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.

A177937 Decimal expansion of sqrt(17791).

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, May 15 2010

Keywords

Comments

Continued fraction expansion of sqrt(17791) has period length 88.

Examples

			sqrt(17791) = 133.38290745069249689121...
		

Crossrefs

Cf. A177934 (decimal expansion of sqrt(71216963807)).

Programs

  • Mathematica
    RealDigits[Sqrt[17791],10,120][[1]] (* Harvey P. Dale, Jul 13 2013 *)