OFFSET
0,6
LINKS
Index entries for linear recurrences with constant coefficients, signature (4, -6, 4, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1, -4, 6, -4, 1).
FORMULA
From Chai Wah Wu, Aug 02 2020: (Start)
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) + a(n-13) - 4*a(n-14) + 6*a(n-15) - 4*a(n-16) + a(n-17) for n > 16.
G.f.: x^4*(-x^12 - 5*x^11 + 3*x^10 - 6*x^9 - x^7 - 4*x^6 - x^5 - 6*x^3 + 3*x^2 - 5*x - 1)/(x^17 - 4*x^16 + 6*x^15 - 4*x^14 + x^13 - x^4 + 4*x^3 - 6*x^2 + 4*x - 1). (End)
PROG
(PARI) a(n)=n*(n-1)*(n-2)*(n-3)\13 \\ Charles R Greathouse IV, Oct 18 2022
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved