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.

A176213 Decimal expansion of 2+sqrt(6).

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, Apr 12 2010

Keywords

Comments

Continued fraction expansion of 2+sqrt(6) is A010694.
a(n) = A010464(n) = A086180(n) for n > 1, a(1) = 4.

Examples

			2+sqrt(6) = 4.44948974278317809819...
		

Crossrefs

Cf. A010464 (decimal expansion of sqrt(6)), A086180 (decimal expansion of 1+sqrt(6)), A010694 (repeat 4, 2).

Programs

  • Mathematica
    RealDigits[2+Sqrt[6],10,120][[1]] (* Harvey P. Dale, Aug 19 2018 *)