1 2 32 4 512 by MidMandle

for i in range(1,101):
 for x in range(280):
\x09a=str(2**x)
\x09if a.startswith(`i`):print a;break

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

download

return to the top page