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.

A171417 Decimal expansion of (5+sqrt(65))/4.

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, Dec 08 2009

Keywords

Comments

Continued fraction expansion of (5+sqrt(65))/4 is A144437.

Examples

			(5+sqrt(65))/4 = 3.26556443707463741309....
		

Crossrefs

Cf. A010517 (decimal expansion of sqrt(65)), A144437 (repeat 3, 3, 1).

Programs

  • Mathematica
    RealDigits[(5+Sqrt[65])/4,10,120][[1]] (* Harvey P. Dale, Jun 17 2011 *)