OFFSET
0,3
LINKS
Álvar Ibeas, Rows until n=66, flattened
Álvar Ibeas, Rows until n=19
FORMULA
Sum_{k >= 1} k * T(n, k) = A000041(n).
EXAMPLE
T(5, 1) = 3, T(5, 2) = 2: The partitions of 5 present A088887(5) = 5 different multiplicity multisets. Three of them are attained by a single partition of 5 (for instance, (3, 1) comes from (2, 1, 1, 1) only), whereas (1, 1) and (2, 1) arise from two partitions of 5 each (namely, (4, 1) and (3, 2) for the first and (3, 1, 1) and (2, 2, 1) for the second).
Triangle begins:
k: 1 2 3 4
-------
n=0: 1
n=1: 1
n=2: 2
n=3: 3
n=4: 5
n=5: 3 2
n=6: 9 1
n=7: 7 1 2
n=8: 12 2 2
n=9: 12 2 2 2
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Álvar Ibeas, Sep 02 2020
STATUS
approved