Hofstadter Q sequence by pooq

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

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

download

return to the top page