OFFSET
0,1
LINKS
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(584)), confrac);
MATHEMATICA
$MaxExtraPrecision=1000; ContinuedFraction[Sqrt[584], 80] (* Harvey P. Dale, Oct 20 2011 *)
PROG
(PARI) contfrac(sqrt(584)) \\ Charles R Greathouse IV, Oct 20 2011
CROSSREFS
KEYWORD
nonn,cofr,easy,less
AUTHOR
STATUS
approved