Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A141686
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A141686 Symmetrical triangular sequence of coefficients: Eulerian numbers times Pascal's triangle: t(n,m)=A008292(n,m)*Binomial(n,m). +0
1
1, 1, 1, 1, 8, 1, 1, 33, 33, 1, 1, 104, 396, 104, 1, 1, 285, 3020, 3020, 285, 1, 1, 720, 17865, 48320, 17865, 720, 1, 1, 1729, 90153, 546665, 546665, 90153, 1729, 1, 1, 4016, 409024, 4941104, 10933300, 4941104, 409024, 4016, 1, 1, 9117, 1722240, 38236128 (list; graph; listen)
OFFSET

1,5

COMMENT

Row sums are:

{1, 2, 10, 68, 606, 6612, 85492, 1277096, 21641590, 410144180}.

REFERENCES

Weisstein, Eric W."Eulerian Number."http : // mathworld.wolfram.com/EulerianNumber.html

FORMULA

t(n,m)=A008292(n,m)*Binomial(n,m).

EXAMPLE

{1},

{1, 1},

{1, 8, 1},

{1, 33, 33, 1},

{1, 104, 396, 104, 1},

{1, 285, 3020, 3020, 285, 1},

{1, 720, 17865, 48320, 17865, 720, 1},

{1, 1729, 90153, 546665, 546665, 90153, 1729, 1},

{1, 4016, 409024, 4941104, 10933300, 4941104, 409024, 4016, 1},

{1, 9117, 1722240, 38236128, 165104604, 165104604, 38236128, 1722240, 9117, 1}

MATHEMATICA

(*Recurrence*) A[n_, 1] := 1; A[n_, n_] := 1; A[n_, k_] := (n - k + 1)A[n - 1, k - 1] + k A[n - 1, k]; Table[Table[A[n, k]*Binomial[n - 1, k - 1], {k, 1, n}], {n, 1, 10}]; Flatten[%]

CROSSREFS

Cf. A008292.

Sequence in context: A142470 A144439 A157208 this_sequence A157148 A154335 A142467

Adjacent sequences: A141683 A141684 A141685 this_sequence A141687 A141688 A141689

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Sep 08 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 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research