1 2 32 4 512 by ciel

puts (1..100).map{|i|2**(0..999).find{|e|(2**e).to_s.start_with?i.to_s}}

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

download

return to the top page