A005836 by clock

class A{static void Main(){var a=new int[105];for(int n=0;;)System.Console.WriteLine(a[n]=n%2+3*a[n++/2]);}}

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

download

return to the top page