1 2 32 4 512 by Vlo

options(scipen=99)
s=2^(0:279)
m=match
z=substr
write(2^(c(m(1:9,z(s,1,1)),m(10:99,z(s,1,2)),197)-1),1,1)

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

download

return to the top page