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.

A347213 Decimal expansion of zeta(2) + zeta(3).

Original entry on oeis.org

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

Views

Author

Sean A. Irvine, Aug 24 2021

Keywords

Examples

			2.8469909700078207218721533281574751799839361...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Zeta[2] + Zeta[3], 10, 100][[1]] (* Amiram Eldar, Jun 09 2022 *)
  • PARI
    zeta(2)+zeta(3) \\ Michel Marcus, Aug 24 2021

Formula

Equals 1 + Sum_{k>=2} k * (k - Sum_{i=2..k} zeta(i)) (Kouba, 2014). - Amiram Eldar, Jun 09 2022