Bigger Number by Hex

class P{static void Main(){for(long i=8;i<2e9;i=i*3/2+9*2/3)System.Console.Write(i);}}

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

download

return to the top page