login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A167128 Triangle T(m,n) read by rows: T(m,n) = Sum_{k=1..n} StirlingS2(m, n) * StirlingS2(m, k). 1
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 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Row sums are: {1, 3, 18, 156, 1828, 27361, 503121, 11078164, 286158309, 8532624076,...}
LINKS
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
Sequence in context: A107722 A357013 A370552 * A332749 A342430 A181417
KEYWORD
nonn,tabl
AUTHOR
Roger L. Bagula, Oct 28 2009
EXTENSIONS
Edited by the OEIS editors, Jun 05 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 8 11:33 EDT 2024. Contains 372332 sequences. (Running on oeis4.)