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.

A176445 Decimal expansion of sqrt(1295).

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, Apr 19 2010

Keywords

Comments

Continued fraction expansion of sqrt(1295) is 35 followed by (repeat 1, 70).
sqrt(1295) = sqrt(5)*sqrt(7)*sqrt(37).

Examples

			sqrt(1295) = 35.98610843089316319412...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Sqrt[1295],10,120][[1]] (* Harvey P. Dale, Apr 19 2019 *)