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.

A196877 Decimal expansion of Pi/2*(Pi^2/12 + (log(2))^2).

Original entry on oeis.org

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

Views

Author

Seiichi Kirikami, Oct 07 2011

Keywords

Comments

The value of the integral_{x=0..Pi/2} log(sin(x))^2 dx. The value of sqrt(Pi)/2*(d^2/da^2(gamma((a+1)/2)/gamma(a/2+1))) at a=0. - Seiichi Kirikami and Peter J. C. Moses, Oct 07 2011

Examples

			2.04662202447274064616964100817...
		

References

  • I. S. Gradshteyn and I. M. Ryzhik, Table of Integrals, Series and Products, 4th edition, 3.621.1

Crossrefs

Programs

  • Mathematica
    RealDigits[N[Pi/2 (Pi^2/12 + Log[2]^2),150]][[1]]
  • PARI
    Pi/2*(Pi^2/12+(log(2))^2) \\ Michel Marcus, Jan 13 2015

Formula

Equals A019669*(A072691 + A002162^2).
Equals Integral_{x=0..1} log(x)^2/sqrt(1-x^2) dx. - Amiram Eldar, May 27 2023