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.

A177161 Decimal expansion of sqrt(29964677).

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, May 04 2010

Keywords

Comments

Continued fraction expansion of sqrt(29964677) is 5474 followed by all 10948's sequence.
29964677 is prime.

Examples

			sqrt(29964677) = 5474.00009134088341768752...
		

Crossrefs

Cf. A177160 (decimal expansion of (4502+sqrt(29964677))/6961).

Programs

  • Mathematica
    RealDigits[Sqrt[29964677], 10, 100][[1]] (* Amiram Eldar, May 07 2021 *)