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.

A040650 Continued fraction for sqrt(677).

Original entry on oeis.org

26, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52
Offset: 0

Views

Author

Keywords

Examples

			26 + 1/(52 + 1/(52 + 1/(52 + 1/(52 + ...)))) = sqrt(677).
		

Crossrefs

Cf. A042300/A042301 (convergents).

Programs

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

Formula

From Elmo R. Oliveira, Feb 15 2024: (Start)
a(n) = 52 for n >= 1.
G.f.: 26*(1+x)/(1-x).
E.g.f.: 52*exp(x) - 26.
a(n) = 26*A040000(n) = 13*A040002(n) = 2*A040156(n). (End)