[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
Revision History for A201497 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Number of permutations that avoid the barred pattern bar{1}43bar{5}2.
(history; published version)
#10 by Alois P. Heinz at Thu Jan 16 11:48:16 EST 2025
STATUS

reviewed

approved

#9 by Stefano Spezia at Thu Jan 16 11:40:23 EST 2025
STATUS

proposed

reviewed

#8 by Michel Marcus at Thu Jan 16 11:34:17 EST 2025
STATUS

editing

proposed

#7 by Michel Marcus at Thu Jan 16 11:34:02 EST 2025
LINKS

David Callan, <a href="http://arxiv.org/abs/1111.6297">A permutation pattern that illustrates the strong law of small numbers</a>, arXiv:1111.6297 [math.CO], 2011.

Lara Pudwell, <a href="https://doi.org/10.37236/301">Enumeration Schemes for Permutations Avoiding Barred Patterns, </a href="http://www.combinatorics.org/">, Electronic J. Combinatorics</a>, , Vol. 17 (1), 2010, R29, 27pp.

STATUS

approved

editing

#6 by Russ Cox at Sat Mar 31 10:22:44 EDT 2012
AUTHOR

_David Callan (callan(AT)stat.wisc.edu), _, Dec 02 2011

Discussion
Sat Mar 31
10:22
OEIS Server: https://oeis.org/edit/global/348
#5 by T. D. Noe at Fri Dec 02 12:13:29 EST 2011
STATUS

editing

approved

#4 by T. D. Noe at Fri Dec 02 12:13:11 EST 2011
NAME

Number of permutations that avoid the barred pattern bar{1}43bar{5}2.

COMMENTS

a(n) is the number of permutations of [n] that avoid the barred pattern bar{1}43bar{5}2. A permutation p avoids bar{1}43bar{5}2 if each instance of a not-necessarily-consecutive 432 pattern in p is part of a 14352 pattern in p.

that avoid the barred pattern bar{1}43bar{5}2. A permutation p avoids bar{1}43bar{5}2 if each instance of a not-necessarily-consecutive 432 pattern in p is part of a 14352 pattern in p.

LINKS

Lara Pudwell, Enumeration Schemes for Permutations Avoiding Barred Patterns, <a href="http://www.combinatorics.org/">Electronic J. Combinatorics</a>, Vol. 17 (1), 2010, R29, 27pp.

Barred Patterns, <a href="http://www.combinatorics.org/">Electronic J. Combinatorics</a>, Vol. 17 (1), 2010, R29, 27pp.

CROSSREFS

agrees Agrees with A122993 through n=8 term.

STATUS

proposed

editing

#3 by David Callan at Fri Dec 02 05:27:19 EST 2011
STATUS

editing

proposed

#2 by David Callan at Fri Dec 02 05:24:47 EST 2011
NAME

allocated for David CallanNumber of permutations that avoid the barred pattern bar{1}43bar{5}2

DATA

1, 1, 2, 5, 14, 43, 145, 538, 2194, 9790, 47491, 248706, 1396799, 8363711, 53121000, 356309314, 2514395528, 18606000547, 143956459002, 1161612656187, 9753494344997, 85044912003502, 768659919235828, 7189553986402426, 69486510911410279, 693003419860404514

OFFSET

0,3

COMMENTS

a(n) is the number of permutations of [n]

that avoid the barred pattern bar{1}43bar{5}2. A permutation p avoids bar{1}43bar{5}2 if each instance of a not-necessarily-consecutive 432 pattern in p is part of a 14352 pattern in p.

LINKS

David Callan, <a href="http://arxiv.org/abs/1111.6297">A permutation pattern that illustrates the strong law of small numbers</a>, arXiv:1111.6297

Lara Pudwell, Enumeration Schemes for Permutations Avoiding

Barred Patterns, <a href="http://www.combinatorics.org/">Electronic J. Combinatorics</a>, Vol. 17 (1), 2010, R29, 27pp.

EXAMPLE

14352 is an avoider because the 432 has the required "1" and "5" in appropriate position, but 512463 is not because 543 is a 432 pattern with no available "1".

MATHEMATICA

Clear[a];

a[0] = a[1] = 1;

a[n_] /; n >= 2 := BellB[n - 1] + 1 + 2^(n - 2) - n +

Sum[(Sum[Binomial[n - 4 - a + j - i, j - i] (i + 2)^b, {i, 0, j}] -

Binomial[n - 3 - a + j, j])*StirlingS2[a - b, j], {a, 0,

n - 3}, {b, 0, a - 1}, {j, 0, a - b}] +

Sum[Binomial[j + a + 1, j + 1] StirlingS2[n - 2 - a, j], {a, 0,

n - 2}, {j, 0, n - 2 - a}];

Table[a[n], {n, 0, 25}]

CROSSREFS

agrees with A122993 through n=8 term

KEYWORD

allocated

nonn

AUTHOR

David Callan (callan(AT)stat.wisc.edu), Dec 02 2011

STATUS

approved

editing

#1 by David Callan at Fri Dec 02 05:24:47 EST 2011
NAME

allocated for David Callan

KEYWORD

allocated

STATUS

approved