A387259 Number of unordered pairs of partitions of n with the same number of parts.
1, 1, 2, 3, 6, 9, 18, 28, 52, 86, 151, 246, 431, 694, 1167, 1884, 3095, 4904, 7919, 12379, 19596, 30315, 47117, 71922, 110332, 166403, 251547, 375575, 560787, 828276, 1223544, 1789656, 2616001, 3793295, 5491711, 7895309, 11333811, 16164595, 23013551, 32584816
Offset: 0
Examples
For example, a(4)=6: (4,4) (3+1,3+1) (3+1,2+2) (2+2,2+2) (2+1+1,2+1+1) (1+1+1+1,1+1+1+1). Note that (3+1,2+2) and (2+2,3+1) are not both counted.
Links
- Alois P. Heinz, Table of n, a(n) for n = 0..1000
Comments