A337365 Decimal expansion of imaginary part of Sum_{m>=1} 1/(1/2 + i*z(m))^4 where z(m) is the imaginary part of the n-th nontrivial zero of the Riemann zeta function and i=sqrt(-1).
0, 0, 0, 0, 0, 4, 4, 3, 8, 2, 6, 9, 3, 1, 2, 5, 0, 6, 9, 5, 3
Offset: 0
Examples
0.000004438269312506953
Links
- See A332645.
Crossrefs
Programs
-
Mathematica
(* 7-day-long procedure *) kk = 0; Do[kk = kk + 1/(N[ZetaZero[n], 100])^4 , {n, 1, 1000000}]; Take[Join[{0, 0, 0, 0, 0}, RealDigits[Im[kk]][[1]]], 11]
Formula
No explicit formula is known.
Comments