Hofstadter Q sequence by leonid

q=0,-1
exec"a,b=q[-2:];print-b;q+=q[b]+q[a],;"*300

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

download

return to the top page