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.

A135798 Decimal expansion of sqrt(2) + sqrt(3) - Pi.

Original entry on oeis.org

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

Views

Author

M. F. Hasler, Mar 06 2008

Keywords

Examples

			0.0046717163521791038664916824360675613153077298122228802575...
		

Crossrefs

Programs

  • Maple
    Digits:=100: evalf(sqrt(2)+sqrt(3)-Pi); # Wesley Ivan Hurt, Jan 24 2017
  • Mathematica
    Join[{0,0},RealDigits[Sqrt[2] + Sqrt[3] - Pi, 10, 100][[1]]] (* G. C. Greubel, Nov 09 2016 *)