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!)
A320141 a(n) is the sum of the nearest integer to the imaginary part of the n-th zero of the Riemann zeta function and the n-th prime. 0
16, 24, 30, 37, 44, 51, 58, 62, 71, 79, 84, 93, 100, 104, 112, 120, 129, 133, 143, 148, 152, 162, 168, 176, 186, 193, 198, 203, 208, 214, 231, 236, 244, 250, 261, 265, 273, 282, 288, 296, 303, 309, 321, 324, 330, 334, 349, 363, 368, 372, 379, 386, 391, 402, 410, 419, 427, 430, 438, 444 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A002410(n) + A000040(n).
EXAMPLE
14 + 2 = 16, 21 + 3 = 24, 25 + 5 = 30.
PROG
(PARI) lista(nn) = my(v=apply(round, lfunzeros(lzeta, nn))); vector(#v, n, v[n] + prime(n)); \\
CROSSREFS
Sequence in context: A166319 A271783 A114415 * A225903 A033987 A140349
KEYWORD
nonn
AUTHOR
Mark A. Thomas, Oct 06 2018
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)