Hofstadter Q sequence by pooq

q={1,1}for n=1,300 do table.insert(q,1,q[q[1]]+q[q[2]])print(q[3])end

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

download

return to the top page