login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A221974
Numbers n such that A161914(n) = 0.
1
187, 213, 299, 316, 364, 379, 437, 454, 478, 486, 509, 580, 607, 620, 644, 670, 694, 696, 717, 752, 795, 846, 850, 871, 884, 890, 906, 923, 937, 939, 944, 966, 986, 997, 1030, 1045, 1048, 1096, 1135, 1150, 1158, 1167, 1181, 1209, 1229, 1233, 1239, 1252, 1272
OFFSET
1,1
COMMENTS
Sequence related to nontrivial zeros of Riemann zeta function.
FORMULA
a(n) ~ n. There are constants N and k such that for all n > N, a(n) = n + k. - Charles R Greathouse IV, Apr 18 2013
MATHEMATICA
Position[Table[Round@Im[ZetaZero[n] - ZetaZero[n - 1]], {n, 2, 509}], 0] + 1 // Flatten (* Arkadiusz Wesolowski, Feb 05 2013 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Omar E. Pol, Feb 02 2013
EXTENSIONS
a(35)-a(49) from Arkadiusz Wesolowski, Feb 05 2013
STATUS
approved