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.

A375370 Decimal expansion of log(2)/3 + zeta(3)/(2*Pi^2).

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Aug 13 2024

Keywords

Examples

			0.29194597430343497803291376809503507598583434521003...
		

Crossrefs

Cf. A193535.

Programs

  • Maple
    log(2)/3+Zeta(3)/2/Pi^2 ; evalf(%) ;
  • Mathematica
    RealDigits[Log[2] / 3 + Zeta[3] / (2*Pi^2), 10, 120][[1]] (* Amiram Eldar, Aug 19 2024 *)

Formula

Equals -Integral_{x=0..1} x^2* log(sin(Pi*x)) dx.