OFFSET
1,2
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 1..501
For links see A340711.
FORMULA
I = Product_{primes p == 0 (mod 5)} p^2/(p^2-1) = 25/24.
J = Product_{primes p == 1 (mod 5)} p^2/(p^2-1) = A340004.
K = Product_{primes p == 2 (mod 5)} p^2/(p^2-1) = this constant.
L = Product_{primes p == 3 (mod 5)} p^2/(p^2-1) = A340665.
M = Product_{primes p == 4 (mod 5)} p^2/(p^2-1) = A340127.
I*J*K*L*M = Pi^2/6 = zeta(2).
J*K*L*M = 4*Pi^2/25.
M = (Pi/2)*C(5,4)^(-2)*exp(-gamma/2)*sqrt(3/log(2+sqrt(5))), where gamma is the Euler-Mascheroni constant A001620 and C(5,4) is the Mertens constant = 1.29936454791497798816084...
Equals Sum_{k>=1} 1/A004616(k)^2. - Amiram Eldar, Jan 24 2021
EXAMPLE
1.36857205387664908586076389048310999017020782888589520500850402955633118881...
MATHEMATICA
(* Using Vaclav Kotesovec's function Z from A301430. *)
$MaxExtraPrecision = 1000; digits = 121;
digitize[c_] := RealDigits[Chop[N[c, digits]], 10, digits - 1][[1]];
digitize[Z[5, 2, 2]]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Artur Jasinski, Jan 21 2021
STATUS
approved