login
A040374
Continued fraction for sqrt(394).
0
19, 1, 5, 1, 1, 1, 3, 1, 3, 5, 2, 2, 5, 3, 1, 3, 1, 1, 1, 5, 1, 38, 1, 5, 1, 1, 1, 3, 1, 3, 5, 2, 2, 5, 3, 1, 3, 1, 1, 1, 5, 1, 38, 1, 5, 1, 1, 1, 3, 1, 3, 5, 2, 2, 5, 3, 1, 3, 1, 1, 1, 5, 1, 38, 1, 5, 1, 1, 1, 3, 1, 3, 5, 2, 2, 5, 3, 1, 3, 1, 1, 1, 5, 1, 38, 1, 5, 1, 1, 1, 3
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(394)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[394], 100] (* Harvey P. Dale, Oct 24 2016 *)
(* Alternative: *)
PadRight[{19}, 100, {38, 1, 5, 1, 1, 1, 3, 1, 3, 5, 2, 2, 5, 3, 1, 3, 1, 1, 1, 5, 1}] (* Harvey P. Dale, Oct 24 2016 *)
CROSSREFS
Sequence in context: A040372 A040371 A040373 * A040375 A256642 A040376
KEYWORD
nonn,cofr,easy,changed
STATUS
approved