OFFSET
1,2
LINKS
D. Callan, T. Mansour, Enumeration of small Wilf classes avoiding 1324 and two other 4-letter patterns, arXiv:1705.00933 (2017), Table 2 No 11.
Lara Pudwell, Systematic Studies in Pattern Avoidance, 2005.
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1)
FORMULA
G.f.: A(x) = -{x(5x^8-2x^7-x^6+9x^5+10x^4+x^3+6x^2-3x+1)}/{(x-1)^5}
For n >= 5, a(n) = (13n^4 - 156n^3 + 893n^2 - 2790n + 3840)/12. - Franklin T. Adams-Watters, Sep 16 2006
MAPLE
cn := [1, -4, 7, -4, 6, 9, 9, -1, -2, 5] ;
p := add(cn[i]*x^(i-1), i=1..nops(cn)) ;
q := (1-x)^5 ;
taylor(p/q, x=0, 40) ;
gfun[seriestolist](%) ; # R. J. Mathar, Nov 07 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Lara Pudwell, Feb 26 2006
STATUS
approved