Number Sequence by hallvabo

for i in range(401):print(-~i%3or i)+i

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

download

return to the top page