Non Decreasing Digits by *yuko*

n=10:for i=2to 64n=n+n*9/i:?i-1,n using"%1.f"next:?64,10

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

download

return to the top page