login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A294824
Number of permutations of [n] avoiding {1324, 2413, 2431}.
0
1, 1, 2, 6, 21, 77, 285, 1053, 3875, 14212, 52021, 190301, 696532, 2553047, 9377034, 34525630, 127466481, 471935813, 1752332838, 6525032251, 24363932865, 91214649344, 342358204917, 1288067835421, 4857138874476, 18354766803127, 69500599635905, 263661684179088, 1002016365217651
OFFSET
0,3
LINKS
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 212.
MAPLE
C := (1-sqrt(1-4*x))/2/x ;
1 +x*(1 -4*x +4*x^2 -x^3 -x*(1 -4*x +2*x^2)*C)/((1 -3*x +x^2)*(1 -3*x +x^2 -x*(1 -2*x)*C)) ;
taylor(%, x=0, 40) ;
gfun[seriestolist](%) ;
CROSSREFS
Sequence in context: A151287 A294822 A294823 * A294825 A101265 A101879
KEYWORD
nonn,easy
AUTHOR
R. J. Mathar, Nov 09 2017
STATUS
approved