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

A040335
Continued fraction for sqrt(354).
2
18, 1, 4, 2, 2, 18, 2, 2, 4, 1, 36, 1, 4, 2, 2, 18, 2, 2, 4, 1, 36, 1, 4, 2, 2, 18, 2, 2, 4, 1, 36, 1, 4, 2, 2, 18, 2, 2, 4, 1, 36, 1, 4, 2, 2, 18, 2, 2, 4, 1, 36, 1, 4, 2, 2, 18, 2, 2, 4, 1, 36, 1, 4, 2, 2, 18, 2, 2, 4, 1, 36, 1, 4, 2, 2, 18, 2, 2, 4, 1, 36, 1, 4, 2, 2
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(354)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[354], 120] (* or *) PadRight[{18}, 120, {36, 1, 4, 2, 2, 18, 2, 2, 4, 1}] (* Harvey P. Dale, May 25 2020 *)
CROSSREFS
Sequence in context: A303149 A040334 A040333 * A239316 A040336 A040337
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved