Factoradic Counter by pooq(*yuko*)

for i=0,1e3 do k=i n=0 for j=1,6 do w=k/j k=w-w%1 n=n+10^j*(k%(j+1))end print(n)end

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

download

return to the top page