multiples by clock

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

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

download

return to the top page