OFFSET
2,1
LINKS
Enrico Bombieri, Problems of the Millennium: the Riemann Hypothesis, Clay Mathematics Institute.
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*21.0220396387715549926284795938969...
MAPLE
Digits:= 150; Re(fsolve(Zeta(1/2+I*t)=0, t=21)); # Iaroslav V. Blagouchine, Jun 25 2016
MATHEMATICA
ZetaZero[2] // Im // RealDigits[#, 10, 99]& // First (* Jean-François Alcover, Mar 05 2013 *)
PROG
(PARI) solve(x=21, 22, real(zeta(1/2+x*I))) \\ Charles R Greathouse IV, Jun 30 2011
(PARI) lfunzeros(1, [21, 22])[1] \\ M. F. Hasler, Nov 23 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Nov 24 2001
STATUS
approved