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.

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

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, May 04 2010

Keywords

Comments

Continued fraction expansion of (4502+sqrt(29964677))/6961 is A010886.

Examples

			(4502+sqrt(29964677))/6961 = 1.43312743734246278087...
		

Crossrefs

Cf. A177161 (decimal expansion of sqrt(29964677)), A010886 (repeat 1, 2, 3, 4, 5, 6, 7).

Programs

  • Mathematica
    First[RealDigits[(4502+Sqrt[29964677])/6961,10,120]] (* Paolo Xausa, Jan 09 2024 *)