OFFSET
0,5
COMMENTS
The initial interval of a nonnegative integer x is the set {1,...,x}.
We say that a sequence of nonempty sets is choosable iff it is possible to choose a different element from each set. For example, ({1,2},{1},{1,3}) is choosable because we have the choice (2,1,3), but ({1},{2},{1,3},{2,3}) is not.
Conjecture: Also the number of non-superdiagonal reversed integer partitions of n. - Gus Wiseman, Oct 04 2025
EXAMPLE
The partition y = (2,2,1) has initial intervals ({1,2},{1,2},{1}), which are not choosable, so y is counted under a(5).
The a(2) = 1 through a(8) = 13 partitions:
(11) (111) (211) (221) (222) (511) (611)
(1111) (311) (411) (2221) (2222)
(2111) (2211) (3211) (3221)
(11111) (3111) (4111) (3311)
(21111) (22111) (4211)
(111111) (31111) (5111)
(211111) (22211)
(1111111) (32111)
(41111)
(221111)
(311111)
(2111111)
(11111111)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], Select[Tuples[Range/@#], UnsameQ@@#&]=={}&]], {n, 0, 10}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Sep 02 2025
EXTENSIONS
More terms from Jinyuan Wang, Sep 05 2025
STATUS
approved
