login
A040762
Continued fraction for sqrt(791).
1
28, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56, 8, 56
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(791)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[791], 120]] (* Harvey P. Dale, Sep 15 2015 *)
(* Alternative: *)
PadRight[{28}, 120, {56, 8}] (* Harvey P. Dale, Sep 15 2015 *)
CROSSREFS
Sequence in context: A040763 A077752 A300563 * A040761 A070659 A040760
KEYWORD
nonn,cofr,easy,changed
STATUS
approved