close
login
A389679
Irregular triangle read by rows: T(n,k) is the total number of parts in all partitions with k designated summands of all positive integers <= n, with n >= 1, 1 <= k <= A003056(n).
0
1, 6, 16, 2, 37, 10, 63, 38, 113, 96, 3, 163, 224, 14, 248, 446, 51, 339, 818, 151, 469, 1414, 367, 4, 591, 2310, 818, 18, 801, 3588, 1666, 64, 971, 5396, 3177, 186, 1221, 7918, 5670, 488, 1481, 11162, 9791, 1114, 5, 1822, 15554, 16092, 2398, 22, 2112, 21076, 25714, 4800, 77
OFFSET
1,2
COMMENTS
When part i has multiplicity j > 0 exactly one part i is "designated".
Row n has length A003056(n), hence the first positive element in column k is in the row A000217(k).
Column k gives the partial sums of the column k of A388063.
LINKS
G. E. Andrews, R. P. Lewis, and J. Lovejoy, Partitions with designated summands, Acta Arith. 105 (2002), no. 1, 51-66.
William Y. C. Chen, Kathy Q. Ji, Hai-Tao Jin, and Erin Y. Y. Shen, On the Number of Partitions with Designated Summands, arXiv:1208.2210 [math.CO], 2012.
EXAMPLE
Triangle begins:
------------------------------------
n\k: 1 2 3 4 5
------------------------------------
1 | 1;
2 | 6;
3 | 16, 2;
4 | 37, 10;
5 | 63, 38;
6 | 113, 96, 3;
7 | 163, 224, 14;
8 | 248, 446, 51;
9 | 339, 818, 151;
10 | 469, 1414, 367, 4;
11 | 591, 2310, 818, 18;
12 | 801, 3588, 1666, 64;
13 | 971, 5396, 3177, 186;
14 | 1221, 7918, 5670, 488;
15 | 1481, 11162, 9791, 1114, 5;
16 | 1822, 15554, 16092, 2398, 22;
17 | 2112, 21076, 25714, 4800, 77;
...
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Omar E. Pol, Oct 10 2025
STATUS
approved