login
A040403
Continued fraction for sqrt(424).
0
20, 1, 1, 2, 4, 5, 1, 1, 1, 9, 1, 1, 1, 5, 4, 2, 1, 1, 40, 1, 1, 2, 4, 5, 1, 1, 1, 9, 1, 1, 1, 5, 4, 2, 1, 1, 40, 1, 1, 2, 4, 5, 1, 1, 1, 9, 1, 1, 1, 5, 4, 2, 1, 1, 40, 1, 1, 2, 4, 5, 1, 1, 1, 9, 1, 1, 1, 5, 4, 2, 1, 1, 40, 1, 1, 2, 4, 5, 1, 1, 1, 9, 1, 1, 1, 5, 4, 2, 1, 1, 40
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(424)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[424], 100] (* Harvey P. Dale, Oct 16 2016 *)
(* Alternative: *)
PadRight[{20}, 120, {40, 1, 1, 2, 4, 5, 1, 1, 1, 9, 1, 1, 1, 5, 4, 2, 1, 1}] (* Harvey P. Dale, Oct 16 2016 *)
CROSSREFS
Sequence in context: A040404 A040405 A040406 * A040402 A040401 A040400
KEYWORD
nonn,cofr,easy,changed
STATUS
approved