A057755 by teebee

class X{static void Main(){for(var x=.30103;x<4e5;x+=x)System.Console.Write((int)x+1+" ");}}

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

download

return to the top page