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