cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A153517 Floor of reciprocal of Zeta'(n), where Zeta'(n) is the derivative of Riemann zeta function.

This page as a plain text file.
%I A153517 #18 Apr 16 2022 15:02:20
%S A153517 -2,-6,-15,-35,-78,-166,-345,-707,-1435,-2899,-5835,-11721,-23507,
%T A153517 -47101,-94318,-188791,-377786,-755845,-1512052,-3024587,-6049818,
%U A153517 -12100492,-24202125,-48405772,-96813572,-193629847,-387263296
%N A153517 Floor of reciprocal of Zeta'(n), where Zeta'(n) is the derivative of Riemann zeta function.
%H A153517 G. C. Greubel, <a href="/A153517/b153517.txt">Table of n, a(n) for n = 2..1000</a>
%e A153517 Floor(1/Zeta'(2)) = -2.
%t A153517 Table[Floor[1/Zeta'[k]], {k, 2, 40}]
%o A153517 (PARI) a(n) = floor(1/zeta'(n)) \\ _Iain Fox_, Nov 08 2017
%Y A153517 a(2) = floor(1/-A073002), a(3) = floor(1/-A244115), a(4) = floor(1/-A261506).
%K A153517 sign
%O A153517 2,1
%A A153517 _Vladimir Reshetnikov_, Dec 28 2008