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.

A177033 Decimal expansion of (2+sqrt(14))/4.

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, May 01 2010

Keywords

Comments

Continued fraction expansion of (2+sqrt(14))/4 is A068073.

Examples

			(2+sqrt(14))/4 = 1.43541434669348534639...
		

Crossrefs

Cf. A010471 (decimal expansion of sqrt(14)), A068073 (repeat 1, 2, 3, 2).

Programs

  • Mathematica
    RealDigits[(2+Sqrt[14])/4,10,120][[1]] (* Harvey P. Dale, Jul 18 2011 *)