A040272 Continued fraction for sqrt(290).
17, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34
Offset: 0
Examples
17 + 1/(34 + 1/(34 + 1/(34 + 1/(34 + ...)))) = sqrt(290).
Links
Programs
-
Maple
with(numtheory): Digits := 300: convert(evalf(sqrt(290)),confrac);
Formula
From Elmo R. Oliveira, Feb 14 2024: (Start)
a(n) = 34 for n >= 1.
G.f.: 17*(1+x)/(1-x).
E.g.f.: 34*exp(x) - 17.
a(n) = 17*A040000(n). (End)