cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

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.

Original entry on oeis.org

1, 2, 4, 8, 15, 28, 55, 109, 226, 452, 935
Offset: 1

Views

Author

N. J. A. Sloane, Nov 20 2003

Keywords

Comments

Apparently Micah Coleman (U. Florida, Gainesville) may have solved part of Wilf's problem. He showed that limit of f(n)^(1/n)=2, by a construction.
Full list of permutations that attain the maximum number of patterns, up to reversal: 1: (1) 2: (12) 3: (132) (213) 4: (2413) 5: (25314) 6: (253614) (264153) (361425) (426315) 7: (2574163) (3614725) (3624715) (3714625) (5274136) 8: (25836147) (36185274) (38527416) (52741836) 9: (385174926) (481639527). - Joshua Zucker, Jul 07 2006

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.
		

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
Showing 1-1 of 1 results.