OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
FORMULA
a(n+10) = a(n), n>0. - Wesley Ivan Hurt, Jan 20 2024
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(760)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[760], 120] (* Harvey P. Dale, Jun 15 2011 *)
PadRight[{27}, 120, {54, 1, 1, 3, 5, 1, 5, 3, 1, 1}] (* Harvey P. Dale, Sep 12 2017 *)
CROSSREFS
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved