1 2 32 4 512 by mitchs

?d.times{|n|x=1
x*=2until"#{x}"[/^#{n+1}/]
p x}

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

download

return to the top page