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.

A155968 Decimal expansion of (1/2)*log(Pi).

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Jan 31 2009

Keywords

Comments

This sequence is also the decimal expansion of the logarithm of the Gamma-function at 1/2. - Iaroslav V. Blagouchine, Mar 20 2015

Examples

			0.572364942924700087071713675676529355823...
		

Crossrefs

Cf. A053510.

Programs

  • Maple
    evalf(log(Pi)/2);
  • Mathematica
    RealDigits[Log[Pi]/2,10,120][[1]] (* Harvey P. Dale, May 31 2015 *)
  • PARI
    log(gamma(1/2)) \\ or \\ log(Pi)/2 \\ G. C. Greubel, Jan 16 2017

Formula

Equals A053510/2 = log(A002161) = A131659/4.