OFFSET
2,1
REFERENCES
Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 2.15.3, p. 138.
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 * 25.01085758014568876321379099256282181865954967...
MATHEMATICA
ZetaZero[3] // Im // RealDigits[#, 10, 99]& // First (* Jean-François Alcover, Mar 05 2013 *)
PROG
(PARI) solve(x=25, 25.1, real(zeta(1/2+x*I))) \\ Charles R Greathouse IV, Jun 30 2011
(PARI) lfunzeros(1, [25, 26])[1] \\ or: lfunzeros(1, 26)[3]. - M. F. Hasler, Nov 23 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Nov 24 2001
EXTENSIONS
Minor edits by M. F. Hasler, Nov 23 2018
STATUS
approved