login
A040383
Continued fraction for sqrt(404).
1
20, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40, 10, 40
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(404)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[404], 100]] (* or *) PadRight[{20}, 100, {40, 10}] (* Harvey P. Dale, Aug 03 2021 *)
CROSSREFS
Sequence in context: A091534 A033966 A033340 * A058282 A298208 A247337
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved