OFFSET
1,3
COMMENTS
The rank of a partition is the largest part minus the number of parts.
Since the largest part of a partition equals the number of parts of its conjugate partition, so the rank of a partition also is equal to the difference between the number of parts of its conjugate partition and the number of parts of the partition.
EXAMPLE
Triangle begins:
--------------------------------------------------------------------
n \ k 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
--------------------------------------------------------------------
[ 1] 1;
[ 2] 0, 2;
[ 3] 1, 0, 2;
[ 4] 1, 2, 0, 2;
[ 5] 1, 2, 2, 0, 2;
[ 6] 1, 4, 2, 2, 0, 2;
[ 7] 3, 2, 4, 2, 2, 0, 2;
[ 8] 2, 6, 4, 4, 2, 2, 0, 2;
[ 9] 4, 6, 6, 4, 4, 2, 2, 0, 2;
[10] 4, 10, 6, 8, 4, 4, 2, 2, 0, 2;
[11] 6, 10, 12, 6, 8, 4, 4, 2, 2, 0, 2;
[12] 7, 16, 12, 12, 8, 8, 4, 4, 2, 2, 0, 2;
[13] 11, 16, 18, 14, 12, 8, 8, 4, 4, 2, 2, 0, 2;
[14] 11, 26, 20, 20, 14, 14, 8, 8, 4, 4, 2, 2, 0, 2;
[15] 16, 28, 30, 22, 22, 14, 14, 8, 8, 4, 4, 2, 2, 0, 2;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Omar E. Pol, Dec 18 2019
STATUS
approved