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.

A177039 Decimal expansion of sqrt(65029).

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, May 01 2010

Keywords

Comments

Continued fraction expansion of sqrt(65029) is 255 followed by (repeat 127, 1, 1, 127, 510).
65029 is prime.

Examples

			sqrt(65029) = 255.00784301664135286953...
		

Crossrefs

Cf. A177038 (decimal expansion of (195+sqrt(65029))/314).

Programs

  • Mathematica
    RealDigits[Sqrt[65029],10,120][[1]] (* Harvey P. Dale, Nov 28 2021 *)