login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A040272
Continued fraction for sqrt(290).
4
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,1
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)
EXAMPLE
17 + 1/(34 + 1/(34 + 1/(34 + 1/(34 + ...)))) = sqrt(290).
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(290)), confrac);
CROSSREFS
Cf. A040000, A041544/A041545 (convergents).
Sequence in context: A168579 A352981 A135637 * A062054 A164008 A013577
KEYWORD
nonn,cofr,easy
STATUS
approved