multiples by teebee

int n;int p=1;while n<995{p=2+p mod 6;n=n/p*p+p;print n;}

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

download

return to the top page