multiples by teebee

p=1;n=1;until(n>994)[p=2+p%6;n=n/p*p+p;n|print;];

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

download

return to the top page