OFFSET
-2,1
COMMENTS
The first local extremum is a maximum; for a detailed description, see A271855, which defines its location.
LINKS
Stanislav Sykora, Table of n, a(n) for n = -2..2000
Eric Weisstein's World of Mathematics, Riemann Zeta Function.
EXAMPLE
0.009159890119903461840056038728643927232684502733945717887794905486...
MATHEMATICA
RealDigits[Zeta[x /. FindRoot[Zeta'[x] == 0, {x, 0}, WorkingPrecision -> 120]]][[1]] (* Amiram Eldar, Apr 11 2026 *)
PROG
(PARI) \\ This function was tested up to n = 11600000:
zetaextreme(n) = {solve(x=-2.0*n, -2.0*n-1.9999999999, zeta'(x))}
a = zeta(zetaextreme(1)) \\ Evaluation for this entry
CROSSREFS
KEYWORD
AUTHOR
Stanislav Sykora, Apr 23 2016
STATUS
approved
