A088532 "Patterns of permutations": Define the "pattern" formed by k positions in a permutation to be the permutation of {1..k} specifying the relative order of the elements in those positions; a(n) = largest number of different patterns that can occur in a permutation of n letters.
1, 2, 4, 8, 15, 28, 55, 109, 226, 452, 935
Offset: 1
Examples
n=2: (12) has one pattern of length 1 and one of length 2 and a(2) = 2. n=4: (2413) has one pattern of length 1, 2 of length 2 (namely 24 and 21), 4 of length 3 (namely 243, 241, 213, 413) and one of length 4 (namely 2413), and this is maximal, and a(4)=8.
Links
- Micah Coleman, An (almost) optimal answer to a question by Herbert S. Wilf, arXiv:math/0404181 [math.CO], 2004.
- Micah Spencer Coleman, Asymptotic enumeration in pattern avoidance and in the theory of set partitions and asymptotic uniformity [From _N. J. A. Sloane_, Sep 18 2010]
- H. S. Wilf, Problem 414, Discrete Math. 272 (2003), 303.
Crossrefs
A092603(n) is an upper bound.
Extensions
a(8)-a(9) from Joshua Zucker, Jul 07 2006
a(10)-a(11) from Jon Hart, Aug 08 2015
Comments