A330368 Irregular triangle read by rows in which row n lists the ranks of the partitions of n in nonincreasing order.
0, 1, -1, 2, 0, -2, 3, 1, 0, -1, -3, 4, 2, 1, 0, -1, -2, -4, 5, 3, 2, 1, 1, 0, -1, -1, -2, -3, -5, 6, 4, 3, 2, 2, 1, 0, 0, 0, -1, -2, -2, -3, -4, -6, 7, 5, 4, 3, 3, 2, 2, 1, 1, 1, 0, 0, -1, -1, -1, -2, -2, -3, -3, -4, -5, -7, 8, 6, 5, 4, 4, 3, 3, 2, 2, 2, 1, 1, 1, 0, 0, 0, 0, -1, -1, -1, -2, -2, -2, -3, -3, -4, -4, -5, -6, -8
Offset: 1
Examples
Triangle begins: 0; 1, -1; 2, 0, -2; 3, 1, 0, -1, -3; 4, 2, 1, 0, -1, -2, -4; 5, 3, 2, 1, 1, 0, -1, -1, -2, -3, -5; 6, 4, 3, 2, 2, 1, 0, 0, 0, -1, -2, -2, -3, -4, -6; ...
Crossrefs
Extensions
Edited by N. J. A. Sloane, Sep 15 2020
Comments