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.

A096437 Decimal expansion of (Pi^2-e^2)^(1/2).

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Aug 10 2004

Keywords

Examples

			1.57497565129074563468268199760699
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Sqrt[Pi^2-E^2],10,120][[1]] (* Harvey P. Dale, Feb 20 2013 *)
  • PARI
    sqrt(Pi^2 - exp(2)) \\ G. C. Greubel, Feb 07 2017