A040552 Continued fraction for sqrt(577).
24, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48
Offset: 0
Examples
24 + 1/(48 + 1/(48 + 1/(48 + 1/(48 + ...)))) = sqrt(577).
Links
Programs
-
Maple
with(numtheory): Digits := 300: convert(evalf(sqrt(577)),confrac);
Formula
From Elmo R. Oliveira, Feb 15 2024: (Start)
a(n) = 48 for n >= 1.
G.f.: 24*(1+x)/(1-x).
E.g.f.: 48*exp(x) - 24.