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.

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

Original entry on oeis.org

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

Views

Author

Amiram Eldar, May 30 2025

Keywords

Examples

			0.16440195389316542965263621650302311406441305151904...
		

References

  • 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[Log[3/2]^2, 10, 120][[1]]
  • PARI
    log(3/2)^2

Formula

Equals A016578^2 = log(3/2)^2 (Ramachandra, 1981).
Equals Sum_{k>=1} (-1)^(k+1)*H(k)/((k+1)*2^k), where H(k) = A001008(k)/A002805(k) is the k-th harmonic number (Shamos, 2011).