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.

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

Original entry on oeis.org

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

Views

Author

Amiram Eldar, May 30 2025

Keywords

Examples

			2.30095455170052503980642276989225600046997564640623...
		

References

  • Ali Shadhar Olaikhan, An Introduction to the Harmonic Series and Logarithmic Integrals, 2021, p. 231, eq. (4.126).

Crossrefs

Programs

  • Mathematica
    RealDigits[93*Zeta[6]/16 - 5*Zeta[3]^2/2, 10, 120][[1]]
  • PARI
    93*zeta(6)/16 - 5*zeta(3)^2/2

Formula

Equals 93*zeta(6)/16 - 5*zeta(3)^2/2.