login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A036560
StirlingS2[ n,m ] triangle summed down the columns.
0
0, 1, 1, 2, 4, 1, 3, 11, 7, 1, 4, 26, 32, 11, 1, 5, 57, 122, 76, 16, 1, 6, 120, 423, 426, 156, 22, 1, 7, 247, 1389, 2127, 1206, 288, 29, 1, 8, 502, 4414, 9897, 8157, 2934, 491, 37, 1, 9, 1013, 13744, 44002, 50682, 25761, 6371, 787, 46, 1, 10, 2036, 42245, 189752
OFFSET
0,4
EXAMPLE
{0}, {1,1}, {2,4,1}, {3,11,7,1}, {4,26,32,11,1}, ...
MATHEMATICA
Table[ Table[ Sum[ StirlingS2[ n, K+1 ], {n, 2, w+1} ], {K, 0, w} ], {w, 0, 16} ]
CROSSREFS
Sequence in context: A190183 A004515 A258219 * A308244 A117297 A112973
KEYWORD
nonn,tabl,easy
STATUS
approved