OFFSET
0,1
COMMENTS
Equals 1/1.168075586.., where 1.168.. is zeta_(m=4,n=3)(s=2) in the table of Section 3.3 of arxiv:1008.2547. - R. J. Mathar, Nov 14 2014
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 2.3 Landau-Ramanujan constant, p. 101.
LINKS
Richard J. Mathar, Table of Dirichlet L-Series and Prime Zeta Modulo Functions for Small Moduli, arXiv:1008.2547 [math.NT], 2010-2015.
Eric Weisstein's MathWorld, Ramanujan constant
FORMULA
1/(2*K^2), where K is the Landau-Ramanujan constant (A064533).
EXAMPLE
0.856108981721893476906033006148061173481...
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]; 1/(2*LandauRamanujanK^2) // RealDigits[#, 10, digits] & // First (* updated Mar 18 2018 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, Jun 04 2014
STATUS
approved