Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A152918
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A152918 Triangle read by rows based on the Stirling numbers S1: t(n,m)=Sum[(-1)^(n + 1)* StirlingS1[n, j]*(k + 1 - j)^(n - 1), {j, 0, k + 1}]. +0
1
1, 2, 5, 6, 37, 80, 24, 334, 1179, 2644, 120, 3566, 20617, 63413, 146394, 720, 44316, 413608, 1766365, 5161687, 12157088, 5040, 632052, 9362908, 55669771, 207499100, 590541383, 1411732608, 40320, 10212336, 236604140, 1953603356, 9326112285 (list; table; graph; listen)
OFFSET

2,2

COMMENT

Row sums are:

{1, 7, 123, 4181, 234110, 19543784, 2275442862, 352293774104, 69988577590464,...}.

The sum algorithm is based on the Eulerian number sum with Stiling first kind

substituted for the binomial.

REFERENCES

W. Lang, On generalizations of Stirling number triangles, J. Integer Seqs., Vol. 3 (2000), #00.2.4.

FORMULA

t(n,m)=Sum[(-1)^(n + 1)* StirlingS1[n, j]*(k + 1 - j)^(n - 1), {j, 0, k + 1}].

EXAMPLE

{1},

{2, 5},

{6, 37, 80},

{24, 334, 1179, 2644},

{120, 3566, 20617, 63413, 146394},

{720, 44316, 413608, 1766365, 5161687, 12157088},

{5040, 632052, 9362908, 55669771, 207499100, 590541383, 1411732608},

{40320, 10212336, 236604140, 1953603356, 9326112285, 32221533668, 90256527071, 218289140928},

{362880, 184767984, 6618132828, 75520418032, 462351260321, 1945272980967, 6403986114493, 17752922644079, 43341720908880}

MATHEMATICA

Clear[t, n, k]; t[n_, k_] = Sum[(-1)^(n + 1)* StirlingS1[n, j]*(k + 1 - j)^(n - 1), {j, 0, k + 1}];

Table[Table[t[n, k], {k, 1, n - 1}], {n, 2, 10}];

Flatten[%]

CROSSREFS

Sequence in context: A008555 A056441 A164805 this_sequence A055877 A111190 A009376

Adjacent sequences: A152915 A152916 A152917 this_sequence A152919 A152920 A152921

KEYWORD

nonn,tabl

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Dec 15 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research