OFFSET
1,3
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 2.3 Landau-Ramanujan constant, p. 101.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..2500
Eric Weisstein's MathWorld, Ramanujan constant.
Eric Weisstein's MathWorld, Catalan's Constant.
FORMULA
Equals 192*K^2*G/Pi^4, where K is the Landau-Ramanujan constant (A064533) and G Catalan's constant (A006752).
Equals A175647 / 1.001652229636651... both constants from p 26 of arXiv:1008.2537v2. - R. J. Mathar, Aug 21 2022
EXAMPLE
1.0544399447999484896488194648267179483...
MATHEMATICA
digits = 101; LandauRamanujanK = 1/Sqrt[2]*NProduct[((1 - 2^(-2^n))*Zeta[2^n]/DirichletBeta[2^n])^(1/2^(n + 1)), {n, 1, 24}, WorkingPrecision -> digits + 5]; 192*LandauRamanujanK^2*Catalan/Pi^4 // RealDigits[#, 10, digits] & // First (* updated Mar 14 2018 *)
CROSSREFS
KEYWORD
AUTHOR
Jean-François Alcover, Jun 04 2014
STATUS
approved