OFFSET
0,3
COMMENTS
A maximum-diversity partition of n is an integer partition whose part distribution maximizes the number of different compositions (=distinct partition orderings) that can be constructed from it.
An integer composition of n corresponds to a subgroup of the symmetric group on n element whose cycles are formed of contiguous integers.
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..1000
EXAMPLE
For n=17, there are 3 partitions reaching the maximum possible of 7!/2 =2520 distinct orderings : {4, 3, 2, 2, 2, 1, 1, 1, 1}, {4, 3, 2, 2, 1, 1, 1, 1, 1, 1} and {3, 3, 2, 2, 2, 1, 1, 1, 1, 1}.
CROSSREFS
KEYWORD
nonn,nice
AUTHOR
Olivier Gérard, Oct 22 2011
STATUS
approved