OFFSET
1,4
REFERENCES
B. C. Berndt, Ramanujan's Notebooks Part II, Springer-Verlag, p. 140, Entry 25.
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 2.3 Landau-Ramanujan constant, p. 102.
LINKS
Eric Weisstein's World of Mathematics, Lemniscate Constant.
FORMULA
Equals 2*sqrt(2*Pi)/(3*Gamma(3/4)^2).
From Peter Bala, Mar 24 2024: (Start)
An infinite family of continued fraction expansions for this constant can be obtained from Berndt, Entry 25, by setting n = 1/2 and x = 4*k + 3 for k >= 0.
For example, taking k = 0 and k = 1 yields
4*L/(3*Pi) = 1 + 1/(6 + (5*7)/(6 + (9*11)/(6 + (13*15)/(6 + ... + (4*n + 1)*(4*n + 3)/(6 + ... ))))) and
4*L/(3*Pi) = 8/(7 + (1*3)/(14 + (5*7)/(14 + (9*11)/(14 + (13*15)/(14 + ... + (4*n + 1)*(4*n + 3)/(14 + ... )))))).
Equals (2/3) * 1/A076390. (End)
EXAMPLE
1.11283578889876424837523964373206241199199...
MATHEMATICA
L = Pi^(3/2)/(Sqrt[2]*Gamma[3/4]^2); RealDigits[4*L/(3*Pi), 10, 103] // First
PROG
(PARI) 2*sqrt(2*Pi)/(3*gamma(3/4)^2) \\ Stefano Spezia, Nov 27 2024
CROSSREFS
KEYWORD
AUTHOR
Jean-François Alcover, Jun 03 2014
STATUS
approved
