A211977 Triangle read by rows, T(n,k) = spt_k(n), in which column k lists the k-th order spt-function (without the first k-1 zeros), n >= 1, k >= 1.
1, 3, 1, 5, 5, 1, 10, 15, 7, 1, 14, 35, 28, 9, 1, 26, 75, 85, 45, 11, 1, 35, 140, 217, 166, 66, 13, 1, 57, 259, 497, 505, 287, 91
Offset: 1
Examples
Triangle begins: 1; 3, 1; 5, 5, 1; 10, 15, 7, 1; 14, 35, 28, 9, 1; 26, 75, 85, 45, 11, 1; 35, 140, 217, 166, 66, 13, 1; ...
Links
- F. G. Garvan, Higher order spt-functions. See page 19.
- F. G. Garvan, Higher-order spt functions, Adv. Math. 228 (2011), no. 1, 241-265.
Comments