Number Sequence MEDIUM by teebee

class X{static void Main(){for(int n=0,k,r;n<255;System.Console.WriteLine(n++^r))for(k=n,r=0;k>0;k/=2)r+=r+k%2;}}

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

download

return to the top page