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.

A019645 Decimal expansion of sqrt(Pi*e).

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			2.9222823653222778645416230761076823153979...
		

Crossrefs

Cf. A019609.

Programs

  • Magma
    C := ComplexField(); [Sqrt(Pi(C)*Exp(1))]; // G. C. Greubel, Nov 17 2017
  • Mathematica
    RealDigits[Sqrt[Pi E],10,120][[1]] (* Harvey P. Dale, Jun 14 2014 *)
  • PARI
    sqrt(Pi*exp(1)) \\ G. C. Greubel, Nov 17 2017
    

Formula

Equals A002161*A019774. - R. J. Mathar, Apr 11 2024