login
A040386
Continued fraction for sqrt(407).
2
20, 5, 1, 2, 1, 5, 40, 5, 1, 2, 1, 5, 40, 5, 1, 2, 1, 5, 40, 5, 1, 2, 1, 5, 40, 5, 1, 2, 1, 5, 40, 5, 1, 2, 1, 5, 40, 5, 1, 2, 1, 5, 40, 5, 1, 2, 1, 5, 40, 5, 1, 2, 1, 5, 40, 5, 1, 2, 1, 5, 40, 5, 1, 2, 1, 5, 40, 5, 1, 2, 1, 5, 40, 5, 1, 2, 1, 5, 40, 5, 1, 2, 1, 5, 40, 5, 1
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(407)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[407], 120] (* Harvey P. Dale, Jun 10 2018 *)
(* Alternative: *)
PadRight[{20}, 120, {40, 5, 1, 2, 1, 5}] (* Harvey P. Dale, Jun 10 2018 *)
CROSSREFS
Sequence in context: A018816 A040389 A385172 * A309321 A104158 A068612
KEYWORD
nonn,cofr,easy,changed
STATUS
approved