apery constant by leonid

n=i=400
k=10**99
while i:n=5*k/i/i%k+i*n/4/~i;i-=2
print"1.%d"%n

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

download

return to the top page