login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A225962 Decimal expansion of a minimum of Arias de Reyna and van de Lune's kappa function. 1
6, 7, 0, 2, 5, 9, 7, 9, 8, 7, 6, 8, 5, 9, 9, 5, 0, 2, 8, 8, 3, 9, 1, 6, 4, 1, 1, 9, 6, 8, 6, 6, 7, 4, 4, 7, 4, 8, 0, 3, 9, 2, 7, 9, 0, 0, 9, 7, 4, 3, 4, 9, 1, 7, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The kappa function is implicitly defined by exp(2*Pi*i*kappa(t)) = -exp(-2*i*theta(t))*(zeta'(1/2-i*t)/zeta'(1/2+i*t)) and kappa(0)=-1/2.
LINKS
J. Arias de Reyna and J. van de Lune, On the exact location of the non-trivial zeros of Riemann's zeta function., arXiv:1305.3844 [math.NT], 2013.
EXAMPLE
-0.6702597987685995028839164119686674474803927900974349173...
MATHEMATICA
kappa[t_] := -1 - 1/Pi* Arg[ RiemannSiegelZ'[t] - I*RiemannSiegelZ[t]*RiemannSiegelTheta'[t]]; digits = 55; kappa0[n_] := kappa0[n] = FindMinimum[kappa[t], {t, 1}, WorkingPrecision -> n] [[1]] // RealDigits[#, 10, digits] & // First; kappa0[digits]; kappa0[n = 2*digits]; While[ kappa0[n] != kappa0[n - digits], n = n + digits]; kappa0[n]
CROSSREFS
Cf. A114866, A225961 (position of minimum).
Sequence in context: A370738 A221400 A330157 * A011098 A344428 A224238
KEYWORD
nonn,cons,more
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 04:13 EDT 2024. Contains 371235 sequences. (Running on oeis4.)