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.

A176910 Decimal expansion of sqrt(145).

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, Apr 28 2010

Keywords

Comments

Continued fraction expansion of sqrt(145) is 12 followed by A010863.

Examples

			sqrt(145) = 12.04159457879229548012...
		

Crossrefs

Cf. A002163 (decimal expansion of sqrt(5)), Cf. A010484 (decimal expansion of sqrt(29)), A176907 (decimal expansion of (9+sqrt(145))/16), A176908 (decimal expansion of (7+sqrt(145))/16), A010863 (all 24's sequence).

Programs

  • Mathematica
    RealDigits[Sqrt[145],10,120][[1]] (* Harvey P. Dale, Oct 15 2023 *)