A265317 The number of partitions of 2n having segment structure symmetry.
1, 1, 3, 5, 10, 17, 33, 53
Offset: 0
Examples
The partition 5,3,3,1,1,1 can be rearranged into two consecutive sequences (separated by a / for clarity) 1,1,5/3,3,1 which exhibits the segment structure symmetry <2,1><2,1>, and so counts as one of the 53 partitions of 14 exhibiting this symmetry. The partitions of 14 with exactly 2 parts are 13,1; 12,2; 11,3; 10,4; 9,5; 8,6; and 7,7. All of them, including 7,7, exhibit segment structure symmetry in the form of <1><1>. The partition 5,5,3,1 is an example of a partition of 14 with exactly 4 parts with segment structure <2,1,1>. This partition can be arranged into two consecutive sequences 5,3/5,1, which exhibits the segment structure symmetry, <1,1><1,1>. The partition 3,3,3,2,2,1 is an example of a partition of 14 with exactly 6 parts with segment structure <3,2,1>. This partition can be arranged into two consecutive sequences 3,3,1/2,2,3, which exhibits the segment structure symmetry <2,1><2,1>.
Crossrefs
Cf. A000041.
Comments
) to be a partition of n with exactly k parts, with s(j) parts t(j) identical to each other and distinct from all other parts. Note that n>=k, j<=k, 0<=s(j)<=k, s(1)t(1) + ... + s(j)t(j) = n and s(1) + ... + s(j) = k.