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.

A177936 Decimal expansion of sqrt(179).

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, May 15 2010

Keywords

Comments

Continued fraction expansion of sqrt(179) is A010223.

Examples

			sqrt(179) = 13.37908816025965201502...
		

Crossrefs

Cf. A177934 (decimal expansion of sqrt(71216963807)), A010223 (13 followed by (repeat 2, 1, 1, 1, 3, 5, 13, 5, 3, 1, 1, 1, 2, 26)).

Programs

  • Mathematica
    RealDigits[Sqrt[179],10,120][[1]] (* Harvey P. Dale, Jan 27 2012 *)