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

A040939
Continued fraction for sqrt(971).
2
31, 6, 4, 1, 1, 1, 2, 5, 3, 2, 12, 31, 12, 2, 3, 5, 2, 1, 1, 1, 4, 6, 62, 6, 4, 1, 1, 1, 2, 5, 3, 2, 12, 31, 12, 2, 3, 5, 2, 1, 1, 1, 4, 6, 62, 6, 4, 1, 1, 1, 2, 5, 3, 2, 12, 31, 12, 2, 3, 5, 2, 1, 1, 1, 4, 6, 62, 6, 4, 1, 1, 1, 2, 5, 3, 2, 12, 31, 12, 2, 3, 5, 2, 1, 1, 1
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(971)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[971], 120] (* or *) PadRight[{31}, 120, {62, 6, 4, 1, 1, 1, 2, 5, 3, 2, 12, 31, 12, 2, 3, 5, 2, 1, 1, 1, 4, 6}] (* Harvey P. Dale, Jan 03 2021 *)
CROSSREFS
Sequence in context: A213917 A191548 A040938 * A040937 A187810 A347592
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved