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.

Showing 1-5 of 5 results.

A269545 Decimal expansion of Gamma(Pi).

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			2.2880377953400324179595889090602339228896881533562224...
		

Crossrefs

Programs

  • MATLAB
    format long; gamma(pi)
  • Maple
    evalf(GAMMA(Pi), 120);
  • Mathematica
    RealDigits[Gamma[Pi], 10, 120][[1]]
  • PARI
    default(realprecision, 120); gamma(Pi)
    

Formula

Equals Integral_{x >= 0} x^(Pi-1)/e^x dx (Euler integral of the second kind).

A269546 Decimal expansion of log(Gamma(Pi)).

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Gamma(x) is the Gamma function (Euler's integral of the second kind).

Examples

			0.8276945923234371015295785584523599511535017341207373...
		

Crossrefs

Programs

  • MATLAB
    format long; log(gamma(pi))
  • Maple
    evalf(lnGAMMA(Pi), 120);
  • Mathematica
    RealDigits[LogGamma[Pi], 10, 120][[1]]
  • PARI
    default(realprecision, 120); lngamma(Pi)
    

A269547 Decimal expansion of Psi(Pi).

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Psi(x) is the digamma function (logarithmic derivative of the Gamma function).

Examples

			0.9772133079420067332920694864061823436408346099943256...
		

Crossrefs

Programs

  • MATLAB
    format long; psi(pi)
  • Maple
    evalf(Psi(Pi), 120)
  • Mathematica
    RealDigits[PolyGamma[Pi], 10, 120][[1]]
  • PARI
    default(realprecision, 120); psi(Pi)
    

A269557 Decimal expansion of Gamma(log(2)).

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Gamma(x) is the Gamma function (Euler's integral of the second kind).

Examples

			1.3090409112814812698245325213959295756125890319181890...
		

Crossrefs

Programs

  • MATLAB
    format long; gamma(log(2))
  • Maple
    evalf(GAMMA(ln(2)), 120);
  • Mathematica
    RealDigits[Gamma[Log[2]], 10, 120][[1]]
  • PARI
    default(realprecision, 120); gamma(log(2))
    

A269559 Decimal expansion of Psi(log(2)), negated.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Psi(x) is the digamma function (logarithmic derivative of the Gamma function).

Examples

			-1.2395972796176185082441275516860842454332895226874208...
		

Crossrefs

Programs

  • MATLAB
    format long; psi(log(2))
  • Maple
    evalf(Psi(ln(2)), 120);
  • Mathematica
    RealDigits[PolyGamma[Log[2]], 10, 120][[1]]
  • PARI
    default(realprecision, 120); psi(log(2))
    
Showing 1-5 of 5 results.