Reves Puzzle by rolf

print 0
s=1
for n in range(2,193):
 print s
 s=s+2**int(((8*n-7)**.5-1)/2)

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

download

return to the top page