OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 0, 1).
FORMULA
a(n) = a(n-8). - Wesley Ivan Hurt, Apr 17 2022
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(854)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[854], 100] (* Harvey P. Dale, Jan 07 2022 *)
(* Alternative: *)
PadRight[{29}, 100, {58, 4, 2, 11, 4, 11, 2, 4}] (* Harvey P. Dale, Jan 07 2022 *)
CROSSREFS
KEYWORD
nonn,cofr,easy,changed
AUTHOR
STATUS
approved
