cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A335814 Decimal expansion of Sum_{n>=1} 1/z(n)^5 where z(n) is the imaginary part of the n-th nontrivial zero of the Riemann zeta function.

This page as a plain text file.
%I A335814 #51 Aug 24 2025 16:10:06
%S A335814 0,0,0,0,0,2,2,3,1,1,8,8,6,9,9,5,0,2,1,0,3,3,2,8,6,4,0,6,2,8,6,9,1,8,
%T A335814 3,7,1,9,3,3,7,6,0,7,6,4,3,1,0,8,7,9,3,4,4,8,9,7,7,8,2,2,6,1,7,9,8,5,
%U A335814 9,7,8,1,2,2,2,1,5,2,4,2,3,6,5,8,2,4,7,0,9,5,4,4,6,6,1,3,6,8,3,3,9,6,6,4,4,0,2,4,7,2,9,7,2,8,6
%N A335814 Decimal expansion of Sum_{n>=1} 1/z(n)^5 where z(n) is the imaginary part of the n-th nontrivial zero of the Riemann zeta function.
%C A335814 a(1)-a(34) computed by David Platt, Mar 15 2020.
%C A335814 a(35)-a(78) computed by _Fredrik Johansson_, Aug 04 2022 by mpmath procedure.
%C A335814 a(79)-a(115) computed by Artur Kawalec, Aug 15 2022 up to 350 decimal digits on basis Juan Arias de Reyna algorithm.
%C A335814 b-file on basis data from email Aug 15 2022 from Artur Kawalec to _Artur Jasinski_.
%C A335814 Sum_{m>=1} 1/z(m) is a divergent series; see A332614.
%C A335814 Sum_{m>=1} 1/z(m)^2 = 0.0231049931154...; see A332645.
%C A335814 Sum_{m>=1} 1/z(m)^3 = 0.0007295482727...; see A333360.
%C A335814 Sum_{m>=1} 1/z(m)^4 = 0.0000371725992...; see A335815.
%C A335814 Sum_{m>=1} 1/z(m)^5 = 0.0000022311886...; see A335814.
%C A335814 Sum_{m>=1} 1/z(m)^6 = 0.0000001441739...; see A335826.
%C A335814 Sum_{m>=1} 1/(1/4 + z(m)^2) = 0.023095708966...; see A074760.
%C A335814 Sum_{m>=1} 1/(1/2 + i*z(m))^2 + 1/(1/2 - i*z(m))^2 = -0.046154317...; see A245275.
%C A335814 Sum_{m>=1} 1/(1/2 + i*z(m))^3 + 1/(1/2 - i*z(m))^3 = -0.00011115823...; see A245276.
%C A335814 Sum_{r>=1} Sum_{m>=n+1} 1/(z(r)*z(m))^3 = 0.00000619403... see A355283.
%H A335814 Artur Jasinski, <a href="/A335814/b335814.txt">Table of n, a(n) for n = 0..350</a>
%H A335814 Artur Kawalec, <a href="https://arxiv.org/abs/2009.02640">The recurrence formulas for primes and non-trivial zeros of the Riemann zeta function</a>, arxiv:2009.02640 [math.NT], 2020.
%H A335814 Artur Kawalec, <a href="https://arxiv.org/abs/2012.06581">Analytical recurrence formulas for non-trivial zeros of the Riemann zeta function</a>, arxiv:2012.06581 [math.NT], 2021.
%H A335814 Artur Kawalec, <a href="https://arxiv.org/abs/2106.06915">The inverse Riemann zeta function</a>, arxiv:2106.06915 [math.NT], 2021 p. 38 formula (146).
%H A335814 Juan Arias de Reyna, <a href="https://arxiv.org/abs/2006.04869">Computation of the secondary zeta function</a>, arxiv:2006.04869 [math.NT], 2020.
%F A335814 No explicit formula for Sum_{n>=1} 1/z(n)^k is known for odd exponents k (André Voros, personal communication to _Artur Jasinski_, Mar 09 2020).
%e A335814 0.0000022311886995021033286406286918...
%o A335814 (Python)
%o A335814 from mpmath import *
%o A335814 mp.dps = 90
%o A335814 nprint(secondzeta(5), 78)
%Y A335814 Cf. A013629, A074760, A104539, A104540, A104541, A104542, A245275, A245276, A306339, A306340, A306341, A332645, A333360, A335814, A335815, A335826, A355283.
%K A335814 nonn,cons,changed
%O A335814 0,6
%A A335814 _Artur Jasinski_, Jun 25 2020