multiples by clock

n=3;d=3;while(999>n)[n|print;d=2+d%6;n=n/d*d+d;];

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

download

return to the top page