Hofstadter Q sequence by pooq

q=[1,1];for n=1:300;q=[sum(q(q(1:2))),q];disp(int16(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