1 2 32 4 512 by eigh

?d.times{|i|x=1
x*=2until x.to_s.index((1+i).to_s)==0
p x}

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

download

return to the top page