1 2 32 4 512 by angel

(1..100).map{|i|x=1;x*=2while 0!=x.to_s.index(i.to_s);p x}

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

download

return to the top page