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.

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

Original entry on oeis.org

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

Views

Author

Amiram Eldar, May 30 2025

Keywords

Examples

			0.27412574654925297067883303678750470762654489295575...
		

References

  • Ali Shadhar Olaikhan, An Introduction to the Harmonic Series and Logarithmic Integrals, 2021, p. 245, eq. (4.149).
  • K. Ramachandra and R. Sitaramachandrarao, On series, integrals and continued fractions - II, Madras Univ. J., Sect. B, 51 (1988), pp. 181-198.

Crossrefs

Programs

  • Mathematica
    RealDigits[(Pi*Log[2])^2/8 + 5*Zeta[4]/8 - 9*Zeta[3]*Log[2]/8 - Log[2]^4/4, 10, 120][[1]]
  • PARI
    (Pi*log(2))^2/8 + 5*zeta(4)/8 - 9*zeta(3)*log(2)/8 - log(2)^4/4

Formula

Equals (Pi*log(2))^2/8 + 5*zeta(4)/8 - 9*zeta(3)*log(2)/8 - log(2)^4/4.