OFFSET
0,3
COMMENTS
If a composition is regarded as an arrow from the number of parts to the number of distinct parts, this sequence counts composable containments of compositions.
LINKS
Christian Sievers, Table of n, a(n) for n = 0..59
EXAMPLE
The initial terms count the following containments:
()() (1)(1) (2)(2) (3)(3) (4)(4)
(11)(1) (21)(21) (31)(31)
(12)(12) (13)(13)
(111)(1) (22)(2)
(211)(11)
(211)(21)
(121)(11)
(121)(12)
(121)(21)
(112)(11)
(112)(12)
(1111)(1)
MATHEMATICA
Table[Sum[Length[Union[Subsets[y, {Length[Union[y]]}]]], {y, Join@@Permutations/@IntegerPartitions[n]}], {n, 0, 5}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jul 01 2022
EXTENSIONS
a(21) and beyond from Christian Sievers, May 08 2025
STATUS
approved
