Number Sequence by *yuko*

var i:word;begin for i:=0to 400do writeln((i+1)mod 3+i mod 3div 2*i+i)end.

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

download

return to the top page