multiples by teebee

p=3
n=3
do 341
say n
p=p//6+2
n=n%p*p+p
end

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page