login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A040306
Continued fraction for sqrt(325).
5
18, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36
OFFSET
0,1
FORMULA
From Elmo R. Oliveira, Feb 14 2024: (Start)
a(n) = 36 for n >= 1.
G.f.: 18*(1+x)/(1-x).
E.g.f.: 36*exp(x) - 18.
a(n) = 18*A040000(n) = 9*A040002(n) = 6*A040006(n). (End)
EXAMPLE
18 + 1/(36 + 1/(36 + 1/(36 + 1/(36 + ...)))) = sqrt(325).
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(325)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[325], 100]] (* or *) PadRight[{18}, 100, {36}] (* Harvey P. Dale, Dec 01 2020 *)
CROSSREFS
Cf. A041612/A041613 (convergents).
Sequence in context: A160844 A256878 A285318 * A346137 A303282 A073332
KEYWORD
nonn,cofr,easy
STATUS
approved