1 2 32 4 512 by shlomif

use bigint;for$n(1..100){$_=1;$_*=2until/^$n/;print"$_
"}

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

download

return to the top page