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.

A076788 Decimal expansion of Sum_{m>=1} (1/(2^m*m^2)).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Jun 05 2003

Keywords

Comments

Dilog function Li_2(1/2).

Examples

			0.5822405264650125059026563201596801087441984748...
		

References

  • Calvin C. Clawson, Mathematical Mysteries: The Beauty and Magic of Numbers, Springer, 2013. See p. 221.
  • L. B. W. Jolley, Summation of Series, Dover (1961), eq. (116) on page 22 and eq. (360c) on page 68.
  • L. Lewin, Polylogarithms and Associated Functions, North Holland (1981), A2.1(4).

Crossrefs

Programs

Formula

Equals 1 - (1+1/2)/2 + (1+1/2+1/3)/3 - ... [Jolley].
Equals Pi^2/12 - 1/2*(log(2))^2 [Lewin]. - Rick L. Shepherd, Jul 21 2004
From Amiram Eldar, Aug 15 2020: (Start)
Equals Sum_{k>=1} (-1)^(k+1)*H(k)/k, where H(k) = A001008(k)/A002805(k) is the k-th harmonic number.
Equals Integral_{x=0..1} log(1+x)/(x*(1+x)) dx. (End)
From Peter Bala, Aug 18 2024: (Start)
Equals Integral_{x = 0..1} (log(2) - log(1 + x))/(1 - x) dx. See Catalan, Section 51, but note error in equation 94.
Note that Pi^2/12 + 1/2*(log(2))^2 = Integral_{x >= 1} log(1 + x)/(x*(1 + x)) dx. (End)