[go: up one dir, main page]

login
A325345
Number of partitions of n with odd minimal part and even maximal part.
4
0, 0, 0, 0, 1, 0, 2, 1, 4, 2, 7, 4, 12, 9, 18, 15, 30, 26, 46, 43, 70, 70, 106, 108, 159, 169, 235, 253, 346, 379, 502, 558, 725, 815, 1037, 1171, 1475, 1678, 2080, 2372, 2917, 3338, 4062, 4657, 5624, 6459, 7743, 8892, 10603, 12186
OFFSET
1,7
COMMENTS
The four sequences A325338, A325344, A325345, A325346 partition the partition numbers, A000041.
EXAMPLE
a(7) counts these 2 partitions: [5,2], [3,2,2]
MATHEMATICA
Table[Count[IntegerPartitions[n], q_ /; OddQ[Max[q]] && EvenQ[Min[q]]], {n, 30}]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 23 2019
STATUS
approved