OFFSET
0,3
COMMENTS
The generating function of A113184 equals 1/8 at q = Lambda = 0.1076539192... where K(k)=2E(k). - Michael Somos, Jul 21 2006
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge, 2003, pp. 259-262.
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..10000
Steven R. Finch, The "One-Ninth" Constant [Broken link]
Steven R. Finch, The "One-Ninth" Constant [From the Wayback machine]
Alphonse P. Magnus, Jean Meinguet, The elliptic functions and integrals of the '1/9' problem
Alphonse P. Magnus, Jean Meinguet, The elliptic functions and integrals of the '1/9' problem, presented at Antwerpen international conference on rational approximation, 1999, ICRA99, Numerical Algorithms 24: (1-2) (2000) 117-139.
Simon Plouffe, The One-ninth constant
Eric Weisstein's World of Mathematics, One-Ninth Constant
EXAMPLE
0.1076539192264845766153234450909471905879...
MATHEMATICA
c = k /. FindRoot[ EllipticK[k^2] == 2*EllipticE[k^2], {k, 9/10}, WorkingPrecision -> 120]; Take[ RealDigits[ N[Exp[-Pi*(EllipticK[1 - c^2] / EllipticK[c^2])], 120]][[1]], 105] (* Jean-François Alcover, Jul 28 2011, after MathWorld *)
RealDigits[q /. FindRoot[4 EllipticE[InverseEllipticNomeQ[q]] == Pi EllipticTheta[3, 0, q]^2, {q, 1/9, 0, 1}, WorkingPrecision -> 105]][[1]] (* Jan Mangaldan, Jun 25 2020 *)
PROG
(PARI) c=solve(x=.9, .91, ellK(x)-2*ellE(x)); exp(-Pi*ellK(sqrt(1 - c^2))/ellK(c)) \\ Charles R Greathouse IV, Feb 04 2025
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Robert G. Wilson v, Aug 03 2002
STATUS
approved