login
A040326
Continued fraction for sqrt(345).
1
18, 1, 1, 2, 1, 6, 1, 2, 1, 1, 36, 1, 1, 2, 1, 6, 1, 2, 1, 1, 36, 1, 1, 2, 1, 6, 1, 2, 1, 1, 36, 1, 1, 2, 1, 6, 1, 2, 1, 1, 36, 1, 1, 2, 1, 6, 1, 2, 1, 1, 36, 1, 1, 2, 1, 6, 1, 2, 1, 1, 36, 1, 1, 2, 1, 6, 1, 2, 1, 1, 36, 1, 1, 2, 1, 6, 1, 2, 1, 1, 36, 1, 1, 2, 1, 6, 1, 2, 1, 1
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(345)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[345], 100] (* Harvey P. Dale, Feb 04 2021 *)
(* Alternative: *)
PadRight[{18}, 100, {36, 1, 1, 2, 1, 6, 1, 2, 1, 1}] (* Harvey P. Dale, Feb 04 2021 *)
CROSSREFS
Sequence in context: A040327 A040328 A040329 * A040325 A389141 A040324
KEYWORD
nonn,cofr,easy
STATUS
approved