Same sum FIXED by rolf

a=0;b=3
while b<1e9:print"n =",b,", k =",int(b/2**.5);a,b=b,6*b-a+2

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

download

return to the top page