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.

A040020 Continued fraction for sqrt(26).

Original entry on oeis.org

5, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10
Offset: 0

Views

Author

Keywords

Examples

			5.09901951359278483002822... = 5 + 1/(10 + 1/(10 + 1/(10 + 1/(10 + ...)))). - _Harry J. Smith_, Jun 03 2009
		

References

  • James J. Tattersall, Elementary Number Theory in Nine Chapters, Cambridge University Press, 1999, page 276.

Crossrefs

Cf. A010481 (decimal expansion), A041040/A041041 (convergents), A248253 (Egyptian fraction).

Programs

Formula

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