OFFSET
1,3
COMMENTS
Row sums are: {1, 3, 18, 156, 1828, 27361, 503121, 11078164, 286158309, 8532624076,...}
LINKS
G. C. Greubel, Table of n, a(n) for the first 50 rows
EXAMPLE
{1},
{1, 2},
{1, 12, 5},
{1, 56, 84, 15},
{1, 240, 1025, 510, 52},
{1, 992, 10980, 12155, 3030, 203},
{1, 4032, 109865, 250250, 119700, 18396, 877},
{1, 16256, 1056804, 4754295, 4037250, 1093526, 115892, 4140},
{1, 65280, 9925025, 85866270, 125131902, 54634608, 9752820, 761256, 21147},
{1, 261632, 91825860, 1498812435, 3677221800, 2494968273, 677252520, 86946750, 5218830, 115975}
MATHEMATICA
T[m_, n_] = Sum[StirlingS2[m, n]*StirlingS2[m, k], {k, 1, n}];
Flatten[Table[Table[T[m, n], {n, 1, m}], {m, 1, 10}]]
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Roger L. Bagula, Oct 28 2009
EXTENSIONS
Edited by the OEIS editors, Jun 05 2016
STATUS
approved