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.

A256988 Decimal expansion of Sum_{k>=1} H(k)^3/k^2 where H(k) is the k-th harmonic number.

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			12.346581901730995381510740306055467252652960661679262328437749...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[10*Zeta[5] + (Pi^2/6)*Zeta[3], 10, 104] // First
  • PARI
    10*zeta(5) + zeta(2)*zeta(3) \\ Michel Marcus, Apr 14 2015

Formula

Equals 10*zeta(5) + zeta(2)*zeta(3) or, 10*zeta(5) + (Pi^2/6)*zeta(3).