Factoradic Counter by *yuko*

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

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

download

return to the top page