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

A040269
Continued fraction for sqrt(286).
1
16, 1, 10, 3, 3, 2, 3, 3, 10, 1, 32, 1, 10, 3, 3, 2, 3, 3, 10, 1, 32, 1, 10, 3, 3, 2, 3, 3, 10, 1, 32, 1, 10, 3, 3, 2, 3, 3, 10, 1, 32, 1, 10, 3, 3, 2, 3, 3, 10, 1, 32, 1, 10, 3, 3, 2, 3, 3, 10, 1, 32, 1, 10, 3, 3, 2, 3, 3, 10, 1, 32, 1, 10, 3, 3, 2, 3, 3, 10, 1, 32
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(286)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[286], 100] (* or *) PadRight[{16}, 100, {32, 1, 10, 3, 3, 2, 3, 3, 10, 1}] (* Harvey P. Dale, Aug 30 2021 *)
CROSSREFS
Sequence in context: A363917 A040268 A321673 * A360028 A141682 A040270
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved