Factoradic Counter by *yuko*

for i=0to 1e3k=i:for j=1to 6k=int(k/j):n=n+10^j*mod(k,j+1)next:?n:n=0next

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

download

return to the top page