login
A040368
Continued fraction for sqrt(388).
0
19, 1, 2, 3, 4, 12, 1, 8, 1, 12, 4, 3, 2, 1, 38, 1, 2, 3, 4, 12, 1, 8, 1, 12, 4, 3, 2, 1, 38, 1, 2, 3, 4, 12, 1, 8, 1, 12, 4, 3, 2, 1, 38, 1, 2, 3, 4, 12, 1, 8, 1, 12, 4, 3, 2, 1, 38, 1, 2, 3, 4, 12, 1, 8, 1, 12, 4, 3, 2, 1, 38, 1, 2, 3, 4, 12, 1, 8, 1, 12, 4, 3, 2, 1
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(388)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[388], 120] (* Harvey P. Dale, Dec 25 2018 *)
(* Alternative: *)
PadRight[{19}, 120, {38, 1, 2, 3, 4, 12, 1, 8, 1, 12, 4, 3, 2, 1}] (* Harvey P. Dale, Dec 25 2018 *)
CROSSREFS
Sequence in context: A015145 A040369 A040370 * A040367 A040372 A040371
KEYWORD
nonn,cofr,easy
STATUS
approved