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.

A177933 Decimal expansion of (232405+sqrt(71216963807))/348378.

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, May 15 2010

Keywords

Comments

Continued fraction expansion of (232405+sqrt(71216963807))/348378 is A010889.
Agrees with A060997 for n < 14, with A177270 for n < 13, with A177034 for n < 11, with A177160 for n < 9.

Examples

			(232405+sqrt(71216963807))/348378 = 1.43312742672229113069...
		

Crossrefs

Cf. A177934 (decimal expansion of sqrt(71216963807)), A010889 (repeat 1, 2, 3, 4, 5, 6, 7, 8, 9, 10), A060997 (decimal representation of continued fraction 1, 2, 3, 4, 5, 6, 7, ...), A177270 (decimal expansion of (684125+sqrt(635918528029))/1033802), A177034 (decimal expansion of (9280+3*sqrt(13493990))/14165), A177160 (decimal expansion of (4502+sqrt(29964677))/6961).

Programs

  • Mathematica
    First[RealDigits[(232405+Sqrt[71216963807])/348378,10,120]] (* Paolo Xausa, Jan 09 2024 *)