A348829 Numerator of relativistic sum w(2n) of the velocities v = 1/p^(2n) over all primes p, in units where the speed of light c = 1.
3, 1, 12, 59, 521, 872492, 415603, 471263387, 100453109125251, 249063001217323, 1206701295264057, 2340564635396243082668, 1836709980831869650909, 7917057291763619291770993, 6790679763108188972468718224386027, 497252110757159525928442098399943
Offset: 1
Examples
w(2) = 3/7, w(4) = 1/13, w(6) = 12/703, ...
Links
- Winfried Kohnen, Transcendence conjectures about periods of modular forms and rational structures on spaces of modular forms, Proceedings of the Indian Academy of Sciences-Mathematical Sciences, Vol. 99, No. 3 (1989), pp. 231-233.
- Wikipedia, Euler product.
- Wikipedia, Riemann zeta function.
- Wikipedia, Velocity-addition formula.
Programs
-
Mathematica
r[s_] := Zeta[2*s]/Zeta[s]^2; w[s_] := (1 - r[s])/(1 + r[s]); Table[Numerator[w[2*n]], {n, 1, 15}] (* Amiram Eldar, Nov 01 2021 *)
Formula
a(n) = Numerator(tanh(Sum_{p prime} arctanh(1/p^(2n)))).
a(n) = Numerator((zeta(2n)^2-zeta(4n))/(zeta(2n)^2+zeta(4n))).
If Re(s) > 1, then w(s) = f(f(w(s))) = (1-t(s))/(1+t(s)) and t(s) = f(f(t(s))) = (1-w(s))/(1+w(s)) = zeta(2s)/zeta(s)^2, where f(x) = (1-x)/(1+x). See my theorem and the note under my proof of this theorem. - Thomas Ordowski, Jan 03 2022
Conjecture: 0 < w(2n) - (1/2^(2n) + 1/3^(2n) + 1/5^(2n) + 1/7^(2n)) < 1/11^(2n) for every n > 0. Amiram Eldar confirmed my conjecture numerically up to n = 10^4. - Thomas Ordowski, Nov 13 2022
It can be proven that P(2n) - w(2n) ~ 1/12^(2n), where P(x) = Sum_{prime p} 1/p^x = 1/2^x + 1/3^x + 1/5^x + ... is the prime zeta function of real x > 1. - Thomas Ordowski, Nov 06 2024
Extensions
More terms from Amiram Eldar, Nov 01 2021
Comments