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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A141902 A triangle sequence of coefficients based on A000984: t(n,m)=(2*n)!/((n - m)!*m!)^2. 1
1, 2, 2, 6, 24, 6, 20, 180, 180, 20, 70, 1120, 2520, 1120, 70, 252, 6300, 25200, 25200, 6300, 252, 924, 33264, 207900, 369600, 207900, 33264, 924, 3432, 168168, 1513512, 4204200, 4204200, 1513512, 168168, 3432, 12870, 823680, 10090080, 40360320 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Row sums are:

{1, 4, 36, 400, 4900, 63504, 853776, 11778624, 165636900, 2363904400, 34134779536}.

Based on reduction of the multinomial:

t(n,m,k,l)=(n+k)1/((n-m)1*m!*(k-l)!*l!)

by symmetry.

The first column is A000984.

FORMULA

t(n,m)=(2*n)!/((n - m)!*m!)^2.

EXAMPLE

{1},

{2, 2},

{6, 24, 6},

{20, 180, 180, 20},

{70, 1120, 2520, 1120, 70},

{252, 6300, 25200, 25200, 6300, 252},

{924, 33264, 207900, 369600, 207900, 33264, 924},

{3432, 168168, 1513512, 4204200, 4204200, 1513512, 168168, 3432},

{12870, 823680, 10090080, 40360320, 63063000, 40360320, 10090080, 823680, 12870},

{48620, 3938220, 63011520, 343062720, 771891120, 771891120, 343062720, 63011520, 3938220, 48620},

{184756, 18475600, 374130900, 2660486400, 8147739600, 11732745024, 8147739600, 2660486400, 374130900,18475600, 184756}

MATHEMATICA

Clear[t, n, m, k, l]; t[n_, m_] = (2*n)!/((n - m)!*m!)^2; Table[Table[t[n, m], {m, 0, n}], {n, 0, 10}]; Flatten[%]

CROSSREFS

Cf. A000984.

Sequence in context: A138801 A188958 A069466 * A143084 A188962 A076741

Adjacent sequences:  A141899 A141900 A141901 * A141903 A141904 A141905

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Sep 13 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 14 20:38 EST 2012. Contains 205663 sequences.