Factoradic Counter by pooq

1001.times{n:it;d:0;c:1;for(a:1;n>0;a++){d+=n%a*c;n/=a;c*=10;}d.p;}

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

download

return to the top page