Big Number by dcutter

Var S:Word=22;Begin repeat write(S);S:=S*7div 3;until S>1e8;End.

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

download

return to the top page