OFFSET
0,1
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 = 0..5000
Eric Weisstein's World of Mathematics, Ramanujan constant.
FORMULA
EXAMPLE
0.985247581006096343690510604298896801...
MATHEMATICA
digits = 102; 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/Sqrt[Pi]*Exp[EulerGamma/2]*1/LandauRamanujanK // RealDigits[#, 10, digits] & // First (* updated Mar 14 2018 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, Jun 04 2014
STATUS
approved