login
Decimal expansion of 1/(2*K^2) = Product_(p prime congruent to 3 modulo 4) (1 - 1/p^2), where K is the Landau-Ramanujan constant.
14

%I #29 Aug 25 2021 12:56:15

%S 8,5,6,1,0,8,9,8,1,7,2,1,8,9,3,4,7,6,9,0,6,0,3,3,0,0,6,1,4,8,0,6,1,1,

%T 7,3,4,8,1,0,7,8,4,2,7,3,8,8,1,7,3,4,9,0,8,6,0,5,1,8,4,0,0,5,8,3,4,3,

%U 0,7,9,6,1,1,1,8,6,3,6,5,8,9,6,2,3,3,8,1,2,9,4,5,1,7,7,7,7,0,9,7,6

%N Decimal expansion of 1/(2*K^2) = Product_(p prime congruent to 3 modulo 4) (1 - 1/p^2), where K is the Landau-Ramanujan constant.

%C 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

%D Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 2.3 Landau-Ramanujan constant, p. 101.

%H Richard J. Mathar, <a href="http://arxiv.org/abs/1008.2547">Table of Dirichlet L-Series and Prime Zeta Modulo Functions for Small Moduli</a>, arXiv:1008.2547 [math.NT], 2010-2015.

%H Eric Weisstein's MathWorld, <a href="http://mathworld.wolfram.com/Landau-RamanujanConstant.html">Ramanujan constant</a>

%F 1/(2*K^2), where K is the Landau-Ramanujan constant (A064533).

%F A088539 * A243379 = 8 / Pi^2. - _Vaclav Kotesovec_, Apr 30 2020

%e 0.856108981721893476906033006148061173481...

%t 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 *)

%Y Cf. A002145, A064533, A088539, A243381.

%K nonn,cons

%O 0,1

%A _Jean-François Alcover_, Jun 04 2014