Hofstadter Q sequence by pooq

q:=list(1,1);300repeat(q do(prepend(at(at(0)-1)+at(at(1)-1));at(2)println))

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

download

return to the top page