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!)
A326502 Indices of records of minimal distance between successive Riemann zeta zeros. 10
1, 2, 4, 7, 9, 13, 19, 24, 27, 34, 63, 71, 91, 135, 159, 186, 212, 298, 315, 363, 453, 693, 922, 1496, 3777, 4765, 6709, 18859, 44555, 73997, 82552, 87761, 95248, 354769, 415587, 420891, 1115578, 8546950 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Lehmer phenonomena in Riemann zeta function occur when distances between successive zeros are small.
LINKS
FORMULA
a(n) = A254297(n+1)-1.
MATHEMATICA
kk = 10; aa = {}; Do[ll = Im[N[ZetaZero[n + 1] - ZetaZero[n], 50]];
If[ll < kk, AppendTo[aa, n]; kk = ll], {n, 1, 1500}]; aa
CROSSREFS
Sequence in context: A280417 A099847 A014817 * A090893 A100486 A139533
KEYWORD
nonn,more
AUTHOR
Artur Jasinski, Sep 12 2019
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 April 23 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)