OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(644)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[644], 120] (* or *) PadRight[{25}, 120, {50, 2, 1, 1, 1, 6, 1, 1, 1, 2}] (* Harvey P. Dale, Jan 17 2016 *)
PROG
(PARI) default(realprecision, 100); contfrac(sqrt(644)) \\ Michel Marcus, Mar 26 2015
CROSSREFS
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved