login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A040306 Continued fraction for sqrt(325). 4
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
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
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)