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 9.
Lara Pudwell, Systematic Studies in Pattern Avoidance, 2005.
Index entries for linear recurrences with constant coefficients, signature (6,-15,20,-15,6,-1).
FORMULA
G.f.: A(x) = -{(3x^6+6x^5-9x^4+5x^3-9x^2+4x-1)x}/{(x-1)^6}
For n >= 2, a(n) = (n^5 + 75n^4 - 715n^3 + 2685n^2 - 4446n + 2880)/120. - Franklin T. Adams-Watters, Sep 16 2006
MAPLE
cn := [1, -5, 11, -11, 10, 3, -5, -3] ;
p := add(cn[i]*x^(i-1), i=1..nops(cn)) ;
q := (1-x)^6 ;
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