Linus Sequence by clock

for(s="1";!s[1e3];s=3-s.match(/(.*)(.)\1/)[2]+s)putstr(s[0])

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

download

return to the top page