1 2 32 4 512 by mitchs

n=1
exec("x=1\nwhile str(x).find(str(n)):x+=x\nprint(x);n+=1;"*100)

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

download

return to the top page