login
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] (* Harvey P. Dale, Apr 18 2020 *)
(* Alternative: *)
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,changed
STATUS
approved