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.: -x*(3*x^6+6*x^5-9*x^4+5*x^3-9*x^2+4*x-1)/(x-1)^6.
For n >= 2, a(n) = (n^5 + 75*n^4 - 715*n^3 + 2685*n^2 - 4446*n + 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
EXTENSIONS
More terms from Jason Yuen, Sep 17 2025
STATUS
approved
