A006520 by fizzie

class X{static void Main(){for(int a=0,b=0;a++<500;)System.Console.WriteLine(b+=a&-a);}}

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

download

return to the top page