A210447 Number of primes <= Im(rho_n), where rho_n is the n-th nontrivial zero of Riemann zeta function.
6, 8, 9, 10, 11, 12, 12, 14, 15, 15, 16, 16, 17, 17, 18, 19, 19, 20, 21, 21, 22, 22, 23, 23, 23, 24, 24, 24, 25, 26, 27, 27, 28, 29, 29, 30, 30, 30, 30, 30, 30, 31, 31, 32, 32, 32, 33, 34, 34, 34, 34, 34, 35, 35, 36, 36, 37, 37, 37, 38, 38, 39, 39, 39, 40, 40
Offset: 1
Keywords
Examples
a(8) = 12 because the 8th nontrivial zero of Riemann zeta function is 0.5 + (40.91...)i and there are 12 primes less than or equal to 40.91...; they are 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, and 37.
Links
Programs
-
Mathematica
f[n_] := PrimePi@ Im@ ZetaZero@ n; Array[f, 70] (* Robert G. Wilson v, Jan 27 2015 *)
Comments