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.

A178038 Decimal expansion of (161+sqrt(44310))/259.

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, May 17 2010

Keywords

Comments

Continued fraction expansion of (161+sqrt(44310))/259 is A131282.

Examples

			(161+sqrt(44310))/259 = 1.43436064160206322317...
		

Crossrefs

Cf. A178039 (decimal expansion of sqrt(44310)), A131282 (repeat 1, 2, 3, 3, 4, 5).

Programs

  • Mathematica
    RealDigits[(161+Sqrt[44310])/259,10,120][[1]] (* Harvey P. Dale, Mar 26 2015 *)