OFFSET
2,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 2..10000
Andrew M. Odlyzko, The first 100 (non trivial) zeros of the Riemann Zeta function, to over 1000 decimal digits each, AT&T Labs - Research.
Andrew M. Odlyzko, Tables of zeros of the Riemann zeta function
EXAMPLE
The zero is at 1/2 + i * 30.42487612585951321031189753058409132...
MATHEMATICA
RealDigits[ Im[ ZetaZero[4]], 10, 99] // First (* Jean-François Alcover, Mar 07 2013 *)
PROG
(PARI) solve(x=30, 31, real(zeta(1/2+x*I))) \\ Charles R Greathouse IV, Mar 10 2016
(PARI) lfunzeros(lzeta, [30, 31])[1] \\ Charles R Greathouse IV, Mar 10 2016
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Nov 24 2001
STATUS
approved