A325765 Number of integer partitions of n with a unique consecutive subsequence summing to every positive integer from 1 to n.
1, 1, 1, 2, 1, 3, 1, 3, 2, 3, 1, 5, 1, 3, 3, 4, 1, 5, 1, 5, 3, 3, 1, 7, 2, 3, 3, 5, 1, 7, 1, 5, 3, 3, 3, 8, 1, 3, 3, 7, 1, 7, 1, 5, 5, 3, 1, 9, 2, 5, 3
Offset: 0
Examples
The a(1) = 1 through a(13) = 3 partitions: (1) (11) (21) (1111) (221) (111111) (2221) (3311) (111) (311) (4111) (11111111) (11111) (1111111) . (22221) (1111111111) (33311) (111111111111) (2222221) (51111) (44111) (7111111) (111111111) (222221) (1111111111111) (611111) (11111111111)
Comments