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.

A131265 Decimal expansion of the negative of the first derivative of the Gamma Function at 1/2.

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Sep 28 2007

Keywords

Examples

			3.4802309069132620269385951981443497500324293345037602151543...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[ Sqrt[Pi]*PolyGamma[0, 1/2], 10, 59] // First (* Jean-François Alcover, Feb 20 2013 *)
  • PARI
    print(sqrt(Pi)*(Euler+2*log(2)));

Formula

Equals A020759 * A002161.