OFFSET
0,2
COMMENTS
For real values of the parameter "a" between 0 and 1, a real fixed point "s" of the iterated Hurwitz zeta function [s = zetahurwitz(s, a)] lies on a curve that passes through A069857 (-0.295905...) and has a maximum tending toward 1. This curve has inflection points for a = 0.1990753... or 0.91964... . The fixed point "s" on this curve for the iteration "s = zetahurwitz(s, A324859)" is A324860 (0.5250984...).
LINKS
Reikku Kulon, Plot of Hurwitz zeta fixed-point curve for 0 < a < 2 and -1 < s < +1.
EXAMPLE
0.1990753035447728549711300350722284216882866320163...
PROG
(PARI) solve(t = 1/16, 1/2, derivnum(x = t, solve(v = -1, 1 - x, v - zetahurwitz(v, x)), 2); )
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Reikku Kulon, Mar 18 2019
STATUS
approved