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

A294768
Number of permutations of [n] avoiding {2341, 3142, 4123}.
0
1, 1, 2, 6, 21, 74, 253, 843, 2772, 9080, 29759, 97686, 321033, 1055596, 3471365, 11415280, 37535830, 123420905, 405812530, 1334326344, 4387329985, 14425801573, 47432972821, 155962779313, 512816020062, 1686173040104, 5544248055746, 18229852104876, 59940951879918
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 2 No 128.
FORMULA
G.f.: (-1+8 x-26 x^2+45 x^3-45 x^4+26 x^5-8 x^6+x^7)/(-1+9 x-33 x^2+66 x^3-78 x^4+55 x^5-23 x^6+4 x^7) - Harvey P. Dale, Jun 06 2022
MAPLE
(x^2-3*x+1)*(x-1)^5/(4*x^7-23*x^6+55*x^5-78*x^4+66*x^3-33*x^2+9*x-1) ;
taylor(%, x=0, 40) ;
gfun[seriestolist](%) ;
MATHEMATICA
LinearRecurrence[{9, -33, 66, -78, 55, -23, 4}, {1, 1, 2, 6, 21, 74, 253, 843}, 30] (* Harvey P. Dale, Jun 06 2022 *)
CROSSREFS
Sequence in context: A116827 A116780 A116777 * A116793 A294805 A116805
KEYWORD
nonn,easy
AUTHOR
R. J. Mathar, Nov 08 2017
STATUS
approved