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”).

A294814
Number of permutations of [n] avoiding {1324, 1342, 3412}.
0
1, 1, 2, 6, 21, 75, 260, 864, 2756, 8485, 25365, 74021, 211814, 596506, 1658102, 4560087, 12431775, 33648663, 90537656, 242420772, 646489544, 1718347081, 4554820137, 12046252361, 31799943626, 83818097710, 220650496730, 580264098939, 1524688425651, 4003481631675
OFFSET
0,3
LINKS
D. Callan and T. Mansour, Enumeration of small Wilf classes avoiding 1324 and two other 4-letter patterns, arXiv:1705.00933 [math.CO] (2017), Table 1 No 158.
MAPLE
(1 -10*x +41*x^2 -87*x^3 +101*x^4 -61*x^5 +15*x^6 -x^7)/((1 -x)^2*(1 -2*x)^3*(1 -3*x +x^2)) ;
taylor(%, x=0, 40) ;
gfun[seriestolist](%) ;
MATHEMATICA
LinearRecurrence[{11, -50, 121, -167, 130, -52, 8}, {1, 1, 2, 6, 21, 75, 260, 864}, 30] (* Harvey P. Dale, May 09 2022 *)
CROSSREFS
Sequence in context: A294806 A294807 A294771 * A116816 A116742 A116746
KEYWORD
nonn,easy
AUTHOR
R. J. Mathar, Nov 09 2017
STATUS
approved