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.

Showing 1-2 of 2 results.

A374644 Decimal expansion of 24*Li_3(1/2), where Li_m(z) is the polylogarithm function.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Jul 15 2024

Keywords

Examples

			12.893116646592964822574957414279179840089659984...
		

Crossrefs

Programs

  • Mathematica
    First[RealDigits[24*PolyLog[3, 1/2], 10, 100]]

Formula

Equals 24*A099217.
Equals 4*log(2)^3 + 21*zeta(3) - 2*Pi^2*log(2) = 4*A002162^3 + 21*A002117 - 2*A352769 = 24*Sum_{k >= 1} 1/((2^k)*(k^3)). See Bailey and Crandall (2001), p. 184.

A384457 Decimal expansion of Sum_{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

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

Views

Author

Amiram Eldar, May 30 2025

Keywords

Examples

			3.59342794177494296025518240703339219591695480351933...
		

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

Formula

Equals zeta(3) + (Pi^2*log(2) + log(2)^3)/3.
Showing 1-2 of 2 results.