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.

A041066 Numerators of continued fraction convergents to sqrt(40).

Original entry on oeis.org

6, 19, 234, 721, 8886, 27379, 337434, 1039681, 12813606, 39480499, 486579594, 1499219281, 18477210966, 56930852179, 701647437114, 2161873163521, 26644125399366, 82094249361619, 1011775117738794
Offset: 0

Views

Author

Keywords

Comments

With a(-1) = 1, a(n-1) gives, for n >= 0, the denominator of the convergents to 1/sqrt(40) = 1/(2*sqrt(10)). - Wolfdieter Lang, Nov 21 2017

Crossrefs

Cf. A041067 (denominators), A010494, A020797 (1/sqrt(40)).

Programs

Formula

G.f.: -(x+2)*(x^2-8*x-3) / ((x^2-6*x-1)*(x^2+6*x-1)). - Colin Barker, Nov 04 2013