A329740 Number of compositions of n whose multiplicities are distinct and cover an initial interval of positive integers.
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
Keywords
Examples
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)
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Join@@Permutations/@IntegerPartitions[n], Range[Length[Union[#]]]==Sort[Length/@Split[Sort[#]]]&]],{n,0,10}]
Extensions
a(21)-a(40) from Alois P. Heinz, Nov 21 2019
Comments