login
A040313
Continued fraction for sqrt(332).
1
18, 4, 1, 1, 8, 1, 1, 4, 36, 4, 1, 1, 8, 1, 1, 4, 36, 4, 1, 1, 8, 1, 1, 4, 36, 4, 1, 1, 8, 1, 1, 4, 36, 4, 1, 1, 8, 1, 1, 4, 36, 4, 1, 1, 8, 1, 1, 4, 36, 4, 1, 1, 8, 1, 1, 4, 36, 4, 1, 1, 8, 1, 1, 4, 36, 4, 1, 1, 8, 1, 1, 4, 36, 4, 1, 1, 8, 1, 1, 4, 36, 4, 1, 1, 8, 1, 1, 4
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(332)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[332], 120] (* Harvey P. Dale, Jun 17 2022 *)
(* Alternative: *)
PadRight[{18}, 120, {36, 4, 1, 1, 8, 1, 1, 4}] (* Harvey P. Dale, Jun 17 2022 *)
CROSSREFS
Sequence in context: A040317 A317318 A321263 * A051522 A134906 A018815
KEYWORD
nonn,cofr,easy,changed
STATUS
approved