A335826 Decimal expansion of Sum_{n>=1} 1/z(n)^6 where z(n) is the imaginary part of the n-th nontrivial zero of the Riemann zeta function.
0, 0, 0, 0, 0, 0, 1, 4, 4, 1, 7, 3, 9, 3, 1, 4, 0, 0, 9, 7, 3, 2, 7, 9, 6, 9, 5, 3, 8, 1, 5, 5, 6, 0, 9, 4, 8, 2, 0, 9, 0, 7, 0, 3, 6, 8, 8, 3, 0, 0, 8, 5, 0, 9, 0, 9, 8, 1, 1, 8, 7, 1, 5, 9, 9, 9, 3, 6, 4, 2, 1, 7, 9, 0, 5, 3, 9, 4, 6, 3, 1, 6, 8, 9, 6, 4, 0, 8, 1, 9, 5, 5, 0, 6, 7, 4, 2, 0, 4, 6, 8, 3, 8, 8, 8, 3, 4, 2, 3, 0, 5
Offset: 0
Examples
0.000000144173931400973279695381556....
Links
- André Voros, Zeta functions for the Riemann zeros, arXiv:math/0104051 [math.CV], 2002-2003, p.25 Table 2.
- André Voros, Zeta functions for the Riemann zeros, 2001(2008) p.20 Table 1.
- André Voros, Zeta functions for the Riemann zeros, Annales de l'Institut Fourier, Tome 53 (2003) no. 3, p. 665-699.
- André Voros, Zeta functions over Zeros of the Zeta functions, 2010, p. 153.
Crossrefs
Programs
-
Mathematica
m = 3; Join[{0, 0, 0, 0, 0, 0},RealDigits[N[((-1)^m (2^(2 m) - ((2^(2 m) - 1) Zeta[2 m] + (Zeta[2 m, 1/4] - Zeta[2 m, 3/4])/2^(2 m))/4 - (D[Log[Zeta[x]], {x, 2 m}] /. x -> 1/2)/(2 (2 m - 1)!) )), 105]][[1]]]
Formula
Universal formula for Sum_{n>=1} 1/z(n)^(2m) published in Voros 2002-2003 p. 22 (see Mathematica procedure below).
Comments