OFFSET
1,1
COMMENTS
For real x < 0, zeta(x) undergoes divergent oscillations, passing through zero at every even integer value of x. In each interval (-2n,-2n-2), n = 1, 2, 3, ..., it attains a local extreme (maximum, minimum, maximum, ...). The location x_n of the n-th local extreme does not match the odd integer -2n-1. Rather, x_n > -2n-1 for n = 1 and 2, and x_n < -2n-1 for n >= 3. This entry defines the location x_1 of the first maximum. The corresponding value is in A271856.
LINKS
Stanislav Sykora, Table of n, a(n) for n = 1..2000
Eric Weisstein's World of Mathematics, Riemann Zeta Function
EXAMPLE
x_1 = -2.7172628292045741015705806616765284124247518539174926559440...
zeta(x_1) = A271856.
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 = -zetaextreme(1) \\ Evaluation for this entry
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Stanislav Sykora, Apr 23 2016
STATUS
approved