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.

A040210 Continued fraction for sqrt(226).

Original entry on oeis.org

15, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30
Offset: 0

Views

Author

Keywords

Examples

			15 + 1/(30 + 1/(30 + 1/(30 + 1/(30 + ...)))) = sqrt(226).
		

Crossrefs

Cf. A041420/A041421 (convergents).

Programs

  • Maple
    with(numtheory): Digits := 300: convert(evalf(sqrt(226)),confrac);

Formula

From Elmo R. Oliveira, Feb 13 2024: (Start)
a(n) = 30 for n >= 1.
G.f.: 15*(1+x)/(1-x).
E.g.f.: 30*exp(x) - 15.
a(n) = 15*A040000(n) = 5*A040006(n) = 3*A040020(n). (End)