OFFSET
0,4
COMMENTS
Row n lists the partitions of n whose Ferrers diagrams are symmetrics.
The k-th part of a partition equals the number of parts >= k of its conjugate partition. Hence, the k-th part of a self-conjugate partition equals the number of parts >= k.
The k-th rank of a partition is the k-th part minus the number of parts >= k. Thus all ranks of a conjugate-partitions are zero. Therefore row n lists the partitions of n whose n ranks are zero, n >= 1. For more information about the k-th ranks see A208478.
LINKS
Freddy Barrera, Rows n = 0..50, flattened
EXAMPLE
Triangle begins (rows n = 0..10):
[0];
[1];
[0];
[2, 1];
[2, 2];
[3, 1, 1];
[3, 2, 1];
[4, 1, 1, 1];
[4, 2, 1, 1], [3, 3, 2];
[5, 1, 1, 1, 1], [3, 3, 3];
[5, 2, 1, 1, 1], [4, 3, 2, 1];
...
For n = 10 there are only two partitions of 10 whose Ferrers diagram are symmetric, they are [5, 2, 1, 1, 1] and [4, 3, 2, 1] as shown below:
* * * * *
* *
*
*
*
* * * *
* * *
* *
*
So these partitions form the 10th row of triangle.
On the other hand, only two partitions of 10 have all their ranks equal to zero, they are [5, 2, 1, 1, 1] and [4, 3, 2, 1], so these partitions form the 10th row of triangle.
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Omar E. Pol, Dec 17 2019
EXTENSIONS
More terms from Freddy Barrera, Dec 31 2019
STATUS
approved