Factoradic Counter by leonid

for n in range(1001):r=d=0;exec"d+=1;r+=n%d*10**~-d;n/=d;"*7;print r

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

download

return to the top page