A384650
G.f. A(x) satisfies A(x) = 1/( 1 - x*A(x*A(x)^5) ).
Original entry on oeis.org
1, 1, 2, 10, 69, 592, 6052, 70870, 928497, 13404514, 210892157, 3584892350, 65390514877, 1272723903336, 26307949481077, 575201364472316, 13255835789428863, 320999903683710948, 8145524458876305526, 216062918679078474529, 5977572987203090333399
Offset: 0
-
a(n, k=1) = if(k==0, 0^n, k*sum(j=0, n, binomial(5*n-4*j+k, j)/(5*n-4*j+k)*a(n-j, j)));
A137538
Number of permutations in S_n avoiding 25{bar 1}34 (i.e., every occurrence of 2534 is contained in an occurrence of a 25134).
Original entry on oeis.org
1, 1, 2, 6, 23, 104, 532, 3004, 18426, 121393, 851810, 6325151, 49448313, 405298482, 3470885747, 30965656442, 287083987270, 2759838731485, 27458514900626, 282264050120512, 2993392570828096, 32704759586810036, 367673428857985261
Offset: 0
- Andrew M. Baxter, Algorithms for Permutation Statistics, Ph. D. Dissertation, Math. Dept., Rutgers University, May 2011.
- Andrew M. Baxter and Lara K. Pudwell, Enumeration schemes for dashed patterns, arXiv preprint arXiv:1108.2642 [math.CO], 2011.
- Andrea Frosini, Veronica Guerrini, and Simone Rinaldi, Constrained Underdiagonal Paths and pattern Avoiding Permutations, Preprints:202411.1611 (2024). See pp. 13-14, 16-17.
- Lara Pudwell, Enumeration Schemes for Pattern-Avoiding Words and Permutations, Ph. D. Dissertation, Math. Dept., Rutgers University, May 2008.
- Lara Pudwell, Enumeration schemes for permutations avoiding barred patterns, El. J. Combinat. 17 (1) (2010) R29.
Comments