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

A040216
Continued fraction for sqrt(232).
1
15, 4, 3, 7, 3, 4, 30, 4, 3, 7, 3, 4, 30, 4, 3, 7, 3, 4, 30, 4, 3, 7, 3, 4, 30, 4, 3, 7, 3, 4, 30, 4, 3, 7, 3, 4, 30, 4, 3, 7, 3, 4, 30, 4, 3, 7, 3, 4, 30, 4, 3, 7, 3, 4, 30, 4, 3, 7, 3, 4, 30, 4, 3, 7, 3, 4, 30, 4, 3, 7, 3, 4, 30, 4, 3, 7, 3, 4, 30, 4, 3, 7, 3, 4, 30, 4, 3
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(232)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[232], 100] (* or *) PadRight[{15}, 100, {30, 4, 3, 7, 3, 4}] (* Harvey P. Dale, Apr 18 2020 *)
CROSSREFS
Sequence in context: A317315 A330361 A291157 * A349710 A348924 A278872
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved