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”).

A153517
Floor of reciprocal of Zeta'(n), where Zeta'(n) is the derivative of Riemann zeta function.
1
-2, -6, -15, -35, -78, -166, -345, -707, -1435, -2899, -5835, -11721, -23507, -47101, -94318, -188791, -377786, -755845, -1512052, -3024587, -6049818, -12100492, -24202125, -48405772, -96813572, -193629847, -387263296
OFFSET
2,1
LINKS
EXAMPLE
Floor(1/Zeta'(2)) = -2.
MATHEMATICA
Table[Floor[1/Zeta'[k]], {k, 2, 40}]
PROG
(PARI) a(n) = floor(1/zeta'(n)) \\ Iain Fox, Nov 08 2017
CROSSREFS
a(2) = floor(1/-A073002), a(3) = floor(1/-A244115), a(4) = floor(1/-A261506).
Sequence in context: A126764 A272340 A090982 * A136302 A116404 A301600
KEYWORD
sign
AUTHOR
STATUS
approved