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”).

A040090
Continued fraction for sqrt(101).
4
10, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20
OFFSET
0,1
FORMULA
From Elmo R. Oliveira, Feb 11 2024: (Start)
a(n) = 20 for n >= 1.
G.f.: 10*(1+x)/(1-x).
E.g.f.: 20*exp(x) - 10.
a(n) = 10*A040000(n) = 5*A040002(n) = 2*A040020(n). (End)
EXAMPLE
10 + 1/(20 + 1/(20 + 1/(20 + 1/(20 + ...)))) = sqrt(101).
MAPLE
Digits := 200: convert(evalf(sqrt(101)), confrac, 150, 'cvgts'):
MATHEMATICA
ContinuedFraction[Sqrt[101], 300] (* Vladimir Joseph Stephan Orlovsky, Mar 10 2011*)
PadRight[{10}, 100, {20}] (* Harvey P. Dale, Apr 22 2022 *)
CROSSREFS
Cf. A248803 (decimal expansion), A041180/A041181 (convergents).
Sequence in context: A069555 A069035 A245065 * A183195 A098176 A362669
KEYWORD
nonn,cofr,easy
STATUS
approved