login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A142472 Triangle read by rows: t(n,m)=Binomial[n, m]*Sum[StirlingS1[n, k]*StirlingS1[k, m], {k, m, n}]. 0
1, -4, 1, 21, -18, 1, -140, 240, -48, 1, 1140, -3150, 1300, -100, 1, -11004, 43620, -29700, 4800, -180, 1, 123074, -650769, 647780, -175175, 13965, -294, 1, -1566928, 10517108, -14190400, 5676160, -764400, 34496, -448, 1, 22390488, -184052520, 319680732, -175091112, 35160048, -2698920, 75600 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Row sums are: {1, -3, 4, 53, -809, 7537, -41418, -294411, 15463669, -352665269, ...}.

FORMULA

t(n,m)=Binomial[n, m]*Sum[StirlingS1[n, k]*StirlingS1[k, m], {k, m, n}].

EXAMPLE

{1},

{-4, 1},

{21, -18, 1},

{-140, 240, -48, 1},

{1140, -3150, 1300, -100, 1},

{-11004, 43620, -29700, 4800, -180, 1},

{123074, -650769,647780, -175175, 13965, -294, 1},

{-1566928, 10517108, -14190400, 5676160, -764400, 34496, -448, 1},

{22390488, -184052520, 319680732, -175091112, 35160048, -2698920, 75600, -648, 1},

{-354995760, 3478726080, -7492500000, 5330088750, -1475938800, 169943760, -8139600, 151200, -900, 1}

MATHEMATICA

t[n_, m_] = Binomial[n, m]*Sum[StirlingS1[n, k]*StirlingS1[k, m], {k, m, n}]; Table[Table[t[n, m], {m, 1, n}], {n, 1, 10}]; Flatten[%]

CROSSREFS

Cf. A039814.

Sequence in context: A126457 A159841 A202550 * A135049 A113384 A039812

Adjacent sequences:  A142469 A142470 A142471 * A142473 A142474 A142475

KEYWORD

sign,tabl

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Sep 22 2008

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Sep 26 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 16:31 EST 2012. Contains 205938 sequences.