A040650 Continued fraction for sqrt(677).
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
Examples
26 + 1/(52 + 1/(52 + 1/(52 + 1/(52 + ...)))) = sqrt(677).
Links
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.