A195011 Triangle read by rows: T(n,m) = number of vector partitions of n in S with crank m counted according to the weight w_1.
1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 2, 2, 1, 1, 0, 2, 2, 2, 1, 1, 0, 4, 4, 3, 2, 1, 1, 0, 5, 4, 4, 3, 2, 1, 1, 0, 7, 7, 6, 5, 3, 2, 1, 1, 0, 10, 9, 8, 6, 5, 3, 2, 1, 1, 0, 13, 13, 11, 10, 7, 5, 3, 2, 1, 1, 0, 17, 16, 15, 12, 10, 7, 5, 3, 2, 1, 1
Offset: 0
Examples
Triangle begins: 1; 1, 0; 1, 1, 0; 1, 1, 1, 0; 2, 2, 1, 1, 0; 2, 2, 2, 1, 1, 0; 4, 4, 3, 2, 1, 1, 0; 5, 4, 4, 3, 2, 1, 1, 0; 7, 7, 6, 5, 3, 2, 1, 1, 0; 10,9, 8, 6, 5, 3, 2, 1, 1, 0;
Links
- G. E. Andrews, The number of smallest parts in the partitions of n
- G. E. Andrews, F. G. Garvan, and J. Liang, Combinatorial interpretation of congruences for the spt-function
- Frank Garvan, Dyson's rank function and Andrews's SPT-function, slide 17.
Comments