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.

A306016 Decimal expansion of -Zeta'(2)/Zeta(2).

Original entry on oeis.org

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

Views

Author

Peter Luschny, Jun 17 2018

Keywords

Examples

			Equals 0.569960993094532806399864360019730002403482280806930979558...
		

Crossrefs

Programs

  • Maple
    -(6/Pi^2)*Zeta(1,2): evalf(%,100);
  • Mathematica
    RealDigits[- Zeta'[2] / Zeta[2], 10, 87][[1]]
  • PARI
    -zeta'(2)/zeta(2) \\ Michel Marcus, Jan 11 2019

Formula

Equals -(6/Pi^2)*Zeta'(2).
Equals 1 - 12*Zeta'(-1) - gamma - log(2*Pi).
From Amiram Eldar, Aug 14 2020: (Start)
Equals Sum_{k>=1} Lambda(k)/k^2, where Lambda is the Mangoldt function.
Equals Sum_{p prime} log(p)/(p^2 - 1). (End)