Non Decreasing Digits by recursive

c=10\x0d
for i in range(2,65):c=c*(i+9)/i;print~-i,c\x0d
print 64,10

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

download

return to the top page