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.

A176398 Decimal expansion of 3+sqrt(10).

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, Apr 16 2010

Keywords

Comments

Continued fraction expansion of 3+sqrt(10) is A010722.
This is the shape of a 6-extension rectangle; see A188640 for definitions. - Clark Kimberling, Apr 09 2011
c^n = c*A005668(n) + A005668(n-1). - Gary W. Adamson, Apr 04 2024

Examples

			6.16227766016837933199...
		

Crossrefs

Cf. A010467 (decimal expansion of sqrt(10)), A010722 (all 6's sequence).
Cf. A049310.

Programs

Formula

a(n) = A010467(n) for n >= 2.
Equals exp(arcsinh(3)), since arcsinh(x) = log(x+sqrt(x^2+1)). - Stanislav Sykora, Nov 01 2013
Equals lim_{n->oo} S(n, 2*sqrt(10))/ S(n-1, 2*sqrt(10)), with the S-Chebyshev polynomials (see A049310). - Wolfdieter Lang, Nov 15 2023