Number Sequence MEDIUM by teebee

for n=0to 254k=n:r=0:while(k>=1)r=2*r+and(k,1):k=k/2wend:?xor(n,r)next

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

download

return to the top page