A228821 Triangle read by rows in which row n lists the F-ranks of all compositions of n in nondecreasing order, n >= 0.
0, -1, 1, -2, -1, 0, 3, -3, -2, -2, -1, -1, 0, 2, 7, -4, -3, -3, -3, -2, -2, -2, -2, -1, -1, -1, 0, 1, 2, 6, 15, -5, -4, -4, -4, -4, -3, -3, -3, -3, -3, -3, -3, -2, -2, -2, -2, -2, -2, -2, -1, -1, -1, -1, 0, 0, 1, 1, 2, 5, 6, 14, 31, -6, -5, -5, -5, -5
Offset: 1
Examples
Triangle begins: 0; -1, 1; -2, -1, 0, 3; -3, -2, -2, -1, -1, 0, 2, 7; -4, -3, -3, -3, -2, -2, -2, -2, -1, -1, -1, 0, 1, 2, 6, 15; -5, -4, -4, -4, -4, -3, -3, -3, -3, -3, -3, -3, -2, -2, -2, -2, -2, -2, -2, -1, -1, -1, -1, 0, 0, 1, 1, 2, 5, 6, 14, 31;
Comments