Number Sequence MEDIUM by madshall

for(i=0;i<255;print(i++^b))for(k=i,b=0;k;k>>=1)b=b*2|k&1

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

download

return to the top page