Non Decreasing Digits by leonid

d=10
1.upto(64){|i|puts [i,i<64?d-=d*9/~i:10]*" "}

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

download

return to the top page