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!)
A234800 First occurrence of n in A234323: Number of nontrivial zeros of the Riemann zeta function in the interval 1/2 + i[n,n+1). 6
1, 14, 111, 5826, 85865, 4580009, 290820868 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
k
0: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, ..., A120401
1: 14, 21, 25, 30, 32, 37, 40, 43, 48, 49, 52, 56, 59, 60, 65, ..., A234802
2: 111, 150, 169, 224, 231, 329, 357, 373, 415, 478, 493, 540, ..., A234803
3: 5826, 5978, 6494, 7563, 8106, 8942, 9601, 9856, 9976, 10000, ..., A234804
4: 85865, 193997, 245986, 276125, 283519, 297624, 298486, 311014, ..., A234805
5: 4580009, 7149902, 8120618, 10002309, 10597386, 11333337, 11432756, ..., A234806
6: 290820868, 317905108, 334924359, 386701579, 410462993, 430633085, ..., A234807
The occurrence of <0> is probably finite since the average height of a(n) is A234323 is log(n)/(2*Pi). This is a conjecture.
LINKS
Simon Plouffe, Table for A234323(n) up to 2 billion - note the file is 25 gigabytes uncompressed
MATHEMATICA
t = Table[0, {100}]; k = 1; cnt = 1; a = 0; t[[1]] = 14; While[k < 1000001, b = Floor[ Im[ N[ ZetaZero[ k]] ]]; If[b == a, cnt++; If[t[[cnt]] == 0, t[[cnt]] = b; Print[{cnt, b}]], cnt = 1]; a = b; k++]
CROSSREFS
Sequence in context: A215868 A244693 A039630 * A213348 A341368 A004408
KEYWORD
nonn,hard,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 April 18 02:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)