login
A040388
Continued fraction for sqrt(409).
0
20, 4, 2, 7, 1, 1, 1, 4, 2, 2, 13, 13, 2, 2, 4, 1, 1, 1, 7, 2, 4, 40, 4, 2, 7, 1, 1, 1, 4, 2, 2, 13, 13, 2, 2, 4, 1, 1, 1, 7, 2, 4, 40, 4, 2, 7, 1, 1, 1, 4, 2, 2, 13, 13, 2, 2, 4, 1, 1, 1, 7, 2, 4, 40, 4, 2, 7, 1, 1, 1, 4, 2, 2, 13, 13, 2, 2, 4, 1, 1, 1, 7, 2, 4, 40, 4, 2
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(409)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[409], 120] (* Harvey P. Dale, Dec 25 2022 *)
(* Alternative: *)
PadRight[{20}, 120, {40, 4, 2, 7, 1, 1, 1, 4, 2, 2, 13, 13, 2, 2, 4, 1, 1, 1, 7, 2, 4}] (* Harvey P. Dale, Dec 25 2022 *)
CROSSREFS
Sequence in context: A317320 A327701 A337157 * A018816 A040389 A385172
KEYWORD
nonn,cofr,easy,changed
STATUS
approved