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.

A040090 Continued fraction for sqrt(101).

Original entry on oeis.org

10, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20
Offset: 0

Views

Author

Keywords

Examples

			10 + 1/(20 + 1/(20 + 1/(20 + 1/(20 + ...)))) = sqrt(101).
		

Crossrefs

Cf. A248803 (decimal expansion), A041180/A041181 (convergents).

Programs

Formula

From Elmo R. Oliveira, Feb 11 2024: (Start)
a(n) = 20 = A010859(n) for n >= 1.
G.f.: 10*(1+x)/(1-x).
E.g.f.: 20*exp(x) - 10.
a(n) = 10*A040000(n) = 5*A040002(n) = 2*A040020(n). (End)