Factoradic Counter by *yuko*

do2 i=0,1e3;k=i;n=0;do1 j=1,6;k=k/j;1 n=n+mod(k,j+1)*10**j;2 print'(i0)',n;end

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

download

return to the top page