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.

A201995 Decimal expansion of the absolute value of zeta'''(2), the third derivative of the Riemann zeta function at 2.

Original entry on oeis.org

6, 0, 0, 0, 1, 4, 5, 8, 0, 2, 8, 4, 3, 0, 4, 4, 8, 6, 5, 6, 4, 3, 9, 4, 1, 2, 1, 7, 5, 3, 7, 8, 4, 8, 3, 8, 3, 7, 4, 0, 5, 8, 8, 6, 1, 5, 9, 4, 4, 5, 6, 8, 5, 8, 5, 0, 3, 5, 1, 0, 7, 9, 5, 0, 0, 8, 5, 9, 7, 4, 1, 6, 7, 4, 7, 5, 1, 0, 0, 3, 5, 9, 2, 4, 1, 5, 0, 3, 4, 2, 5, 6, 0
Offset: 1

Views

Author

R. J. Mathar, Dec 07 2011

Keywords

Examples

			zeta'''(2) = -6.00014580284304486564394121753784..
		

Crossrefs

Programs

  • Maple
    evalf(Zeta(3,2));
  • Mathematica
    RealDigits[ Zeta'''[2], 10, 93] // First (* Jean-François Alcover, Feb 20 2013 *)

Formula

zeta'''(2)= -Sum_{k>=1} log^3(k)/k^2.
Equals 3! + Sum_{k>=0} (-1)^k*gamma(3+k)/k!, where gamma(.) are the Stieltjes constants A001620, A082633, A086279 etc. [Choudhury, Thm. 4]