Number Sequence MEDIUM by teebee

for(n,0,254,r:=0;writeln(n^while(n>0,r=2*r+n%2;n=n>>1)r))

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

download

return to the top page