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.

A074921 Decimal expansion of (Pi + e)/2 - sqrt(Pi*e).

Original entry on oeis.org

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

Views

Author

Zak Seidov, Oct 02 2002

Keywords

Examples

			(Pi + e)/2 - sqrt(Pi*e) = 2.9299372410244192369... - 2.92228236532227786454... = 0.0076548757021413723...
		

Crossrefs

Programs

  • Mathematica
    Join[{0, 0}, RealDigits[(Pi + E)/2 - Sqrt[Pi*E], 10, 120][[1]]] (* Amiram Eldar, May 07 2023 *)
  • Maxima
    fpprec : 100$ ev(bfloat((%pi+%e)/2-(%pi*%e)^(1/2))); /*Martin Ettl, Oct 16 2012 */