OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,0,0,79378,0,0,0,0,0,0,0,-1).
FORMULA
G.f.: -(x^14 -3*x^13 +19*x^12 -22*x^11 +107*x^10 -129*x^9 +881*x^8 -2772*x^7 -881*x^6 -129*x^5 -107*x^4 -22*x^3 -19*x^2 -3*x -1) / (x^16 -79378*x^8 +1). - Colin Barker, Nov 16 2013
a(n) = 79378*a(n-8) - a(n-16) for n>15. - Vincenzo Librandi, Dec 16 2013
MATHEMATICA
Denominator[Convergents[Sqrt[205], 30]] (* Vincenzo Librandi, Dec 16 2013 *)
LinearRecurrence[{0, 0, 0, 0, 0, 0, 0, 79378, 0, 0, 0, 0, 0, 0, 0, -1}, {1, 3, 19, 22, 107, 129, 881, 2772, 78497, 238263, 1508075, 1746338, 8493427, 10239765, 69932017, 220035816}, 30] (* Harvey P. Dale, Apr 17 2022 *)
PROG
(Magma) I:=[1, 3, 19, 22, 107, 129, 881, 2772, 78497, 238263, 1508075, 1746338, 8493427, 10239765, 69932017, 220035816]; [n le 16 select I[n] else 79378*Self(n-8)-Self(n-16): n in [1..40]]; // Vincenzo Librandi, Dec 16 2013
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 16 2013
STATUS
approved