OFFSET
1,1
LINKS
Robert Ferréol, Bohemian dome, Mathcurve.
FORMULA
Equals Sum _{n>=0} (Pi^2/(4*(2*n-1))*(binomial(2*n,n)/4^n)^3).
Equals (E(a) - K(a))^2 + E(a)^2 where a = 1/sqrt(2) and E (resp. K) is the complete elliptic integral of the second (resp. first) kind.
EXAMPLE
2.0776814600281582057831205567855290128037790576247...
MAPLE
a:=1/sqrt(2):evalf((EllipticE(a)-EllipticK(a))^2+EllipticE(a)^2, 50);
MATHEMATICA
RealDigits[(EllipticE[1/2] - EllipticK[1/2])^2 + EllipticE[1/2]^2, 10, 105][[1]] (* Amiram Eldar, Mar 24 2022 *)
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Robert FERREOL, Mar 23 2022
STATUS
approved