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.

A074948 Decimal representation of sqrt((Pi^2 + e^2)/2).

Original entry on oeis.org

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

Views

Author

Zak Seidov, Oct 05 2002

Keywords

Examples

			sqrt[(Pi^2 + e^2)/2] = 2.93757216932793...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Sqrt[(Pi^2 + E^2)/2], 10, 50][[1]] (* G. C. Greubel, Jan 10 2017 *)
  • PARI
    sqrt((Pi^2 + exp(2))/2) \\ Michel Marcus, Oct 03 2013