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 1 No 84.
Index entries for linear recurrences with constant coefficients, signature (10,-41,89,-110,77,-28,4).
FORMULA
From Colin Barker, Apr 25 2020: (Start)
G.f.: (1 - 9*x + 33*x^2 - 62*x^3 + 64*x^4 - 36*x^5 + 7*x^6) / ((1 - x)^3*(1 - 2*x)^2*(1 - 3*x + x^2)).
a(n) = 10*a(n-1) - 41*a(n-2) + 89*a(n-3) - 110*a(n-4) + 77*a(n-5) - 28*a(n-6) + 4*a(n-7) for n>6.
(End)
MAPLE
(1 -9*x +33*x^2 -62*x^3 +64*x^4 -36*x^5 +7*x^6)/((1 -3*x +x^2)*(1 -2*x)^2*(1 -x)^3) ;
taylor(%, x=0, 40) ;
gfun[seriestolist](%) ;
PROG
(PARI) Vec((1 - 9*x + 33*x^2 - 62*x^3 + 64*x^4 - 36*x^5 + 7*x^6) / ((1 - x)^3*(1 - 2*x)^2*(1 - 3*x + x^2)) + O(x^40)) \\ Colin Barker, Apr 25 2020
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
R. J. Mathar, Nov 09 2017
STATUS
approved