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

A040395
Continued fraction for sqrt(416).
2
20, 2, 1, 1, 9, 1, 1, 2, 40, 2, 1, 1, 9, 1, 1, 2, 40, 2, 1, 1, 9, 1, 1, 2, 40, 2, 1, 1, 9, 1, 1, 2, 40, 2, 1, 1, 9, 1, 1, 2, 40, 2, 1, 1, 9, 1, 1, 2, 40, 2, 1, 1, 9, 1, 1, 2, 40, 2, 1, 1, 9, 1, 1, 2, 40, 2, 1, 1, 9, 1, 1, 2, 40, 2, 1, 1, 9, 1, 1, 2, 40, 2, 1, 1, 9, 1, 1, 2
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(416)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[416], 100] (* or *) PadRight[{20}, 100, {40, 2, 1, 1, 9, 1, 1, 2}] (* Harvey P. Dale, Jan 21 2021 *)
CROSSREFS
Sequence in context: A327023 A280621 A223522 * A040394 A040393 A040396
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved