login
A040652
Continued fraction for sqrt(679).
0
26, 17, 2, 1, 5, 8, 1, 1, 25, 1, 1, 8, 5, 1, 2, 17, 52, 17, 2, 1, 5, 8, 1, 1, 25, 1, 1, 8, 5, 1, 2, 17, 52, 17, 2, 1, 5, 8, 1, 1, 25, 1, 1, 8, 5, 1, 2, 17, 52, 17, 2, 1, 5, 8, 1, 1, 25, 1, 1, 8, 5, 1, 2, 17, 52, 17, 2, 1, 5, 8, 1, 1, 25, 1, 1, 8, 5, 1, 2, 17, 52, 17, 2
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(679)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[679], 90] (* Harvey P. Dale, Jun 04 2017 *)
(* Alternative: *)
PadRight[{26}, 90, {52, 17, 2, 1, 5, 8, 1, 1, 25, 1, 1, 8, 5, 1, 2, 17}] (* Harvey P. Dale, Jun 04 2017 *)
CROSSREFS
Sequence in context: A064267 A131083 A203597 * A154295 A383152 A331498
KEYWORD
nonn,cofr,easy
STATUS
approved