login
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.
0
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,2
COMMENTS
The triangle arises from a table due to F. G. Garvan (See the Garvan's paper, page 19).
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.
EXAMPLE
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;
...
CROSSREFS
KEYWORD
nonn,tabl,more
AUTHOR
Omar E. Pol, Jan 03 2013
STATUS
approved