Number Sequence MEDIUM by _nderscore

for(x=0;(z=x)<255;print(x++^y))for(y=0;z;z>>=1)y=2*y|z&1

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

download

return to the top page