OFFSET
0,3
LINKS
Colin Barker, Table of n, a(n) for n = 0..1000
D. Callan, T. Mansour, Enumeration of small Wilf classes avoiding 1324 and two other 4-letter patterns, arXiv:1705.00933 [math.CO] (2017), Table 2 No 152.
Index entries for linear recurrences with constant coefficients, signature (10,-42,99,-144,134,-83,31,-5).
FORMULA
From Colin Barker, Apr 25 2020: (Start)
G.f.: (1 - x)^6*(1 - 3*x + x^2) / (1 - 10*x + 42*x^2 - 99*x^3 + 144*x^4 - 134*x^5 + 83*x^6 - 31*x^7 + 5*x^8).
a(n) = 10*a(n-1) - 42*a(n-2) + 99*a(n-3) - 144*a(n-4) + 134*a(n-5) - 83*a(n-6) + 31*a(n-7) - 5*a(n-8) for n>8.
(End)
MAPLE
(x-1)^6*(x^2-3*x+1)/(5*x^8-31*x^7+83*x^6-134*x^5+144*x^4-99*x^3+42*x^2-10*x+1) ;
taylor(%, x=0, 40) ;
gfun[seriestolist](%) ;
PROG
(PARI) Vec((1 - x)^6*(1 - 3*x + x^2) / (1 - 10*x + 42*x^2 - 99*x^3 + 144*x^4 - 134*x^5 + 83*x^6 - 31*x^7 + 5*x^8) + O(x^30)) \\ Colin Barker, Apr 25 2020
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
R. J. Mathar, Nov 08 2017
STATUS
approved