Number Sequence MEDIUM by teebee

END{for(;i<255;n+=++i>2*2^n)print xor($i=$(i/2)+i%2*2^n,i)}

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

download

return to the top page