OFFSET
0,1
REFERENCES
S. R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, p. 100
LINKS
W. Bosma and P. Stevenhagen, Density computations for real quadratic units, Math. comp. 65 (1996), 1327-1337; MR 96j : 11171.
FORMULA
Equals prod(1-1/p^2) where p runs through the primes p==1 mod 4
Equals 1/A175647. - Vaclav Kotesovec, May 05 2020
EXAMPLE
0.9468064071800793342160944131097562332500695...
MATHEMATICA
digits = 104; 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]; (4*LandauRamanujanK/Pi)^2 // RealDigits[#, 10, digits]& // First (* Jean-François Alcover, Mar 04 2013, updated Mar 14 2018 *)
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Benoit Cloitre, Nov 16 2003
STATUS
approved