login
A329740
Number of compositions of n whose multiplicities are distinct and cover an initial interval of positive integers.
12
1, 1, 1, 1, 4, 7, 4, 10, 10, 10, 73, 196, 133, 379, 319, 379, 502, 805, 562, 1108, 13648, 51448, 51691, 115174, 140011, 178597, 203617, 329737, 292300, 456703, 456160, 608386, 633466, 898186, 823009, 39014392, 190352269, 266293795, 493345615, 834326995, 947714938
OFFSET
0,5
COMMENTS
A composition of n is a finite sequence of positive integers with sum n.
EXAMPLE
The a(1) = 1 through a(9) = 10 compositions:
(1) (2) (3) (4) (5) (6) (7) (8) (9)
(1,1,2) (1,1,3) (1,1,4) (1,1,5) (1,1,6) (1,1,7)
(1,2,1) (1,2,2) (1,4,1) (1,3,3) (1,6,1) (1,4,4)
(2,1,1) (1,3,1) (4,1,1) (1,5,1) (2,2,4) (1,7,1)
(2,1,2) (2,2,3) (2,3,3) (2,2,5)
(2,2,1) (2,3,2) (2,4,2) (2,5,2)
(3,1,1) (3,1,3) (3,2,3) (4,1,4)
(3,2,2) (3,3,2) (4,4,1)
(3,3,1) (4,2,2) (5,2,2)
(5,1,1) (6,1,1) (7,1,1)
MATHEMATICA
Table[Length[Select[Join@@Permutations/@IntegerPartitions[n], Range[Length[Union[#]]]==Sort[Length/@Split[Sort[#]]]&]], {n, 0, 10}]
CROSSREFS
The version allowing repeated multiplicities is A329741.
Complete compositions are A107429.
Compositions whose multiplicities are distinct are A242882.
Sequence in context: A094692 A385447 A059139 * A110669 A106027 A101159
KEYWORD
nonn
AUTHOR
Gus Wiseman, Nov 21 2019
EXTENSIONS
a(21)-a(40) from Alois P. Heinz, Nov 21 2019
STATUS
approved