OFFSET
1,2
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
Eric Weisstein's World of Mathematics, Grothendieck's Constant
EXAMPLE
1.4049091327357955...
MATHEMATICA
psi[x_] := (Sqrt[1 - x^2]*(EllipticE[-x^2/(1 - x^2)] - EllipticK[-x^2/(1 - x^2)]))/x; x0 = x /. FindRoot[psi[x] == 1/8*Pi*(x + 1), {x, 1/2}, WorkingPrecision -> 110]; RealDigits[8/(Pi*(x0 + 1)), 10, 102] // First (* Jean-François Alcover, Feb 06 2013 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Eric W. Weisstein, Sep 28 2003
STATUS
approved