1 2 32 4 512 by jonathan camacho

use Math::BigInt;push(@a,Math::BigInt->new(2)->bpow($_))for 0..300;for$s(1..100){for(@a){if(/^$s/){print("$_\n");last}}}

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

download

return to the top page