login
A040206
Continued fraction for sqrt(221).
2
14, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(221)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[221], 100] (* Harvey P. Dale, Feb 04 2025 *)
(* Alternative: *)
PadRight[{14}, 100, {28, 1, 6, 2, 6, 1}] (* Harvey P. Dale, Feb 04 2025 *)
CROSSREFS
Sequence in context: A171693 A235704 A229199 * A040207 A036163 A040208
KEYWORD
nonn,cofr,easy
STATUS
approved