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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158193 A triangle sequence from the identity of Matjaz Konvalinka: t(n,m)=Sum[(-1)^m*Binomial[n, i - m]*Binomial[n, i]*Binomial[n, i + m], {i, m, n - m}]/2. 0
-1, -9, -72, 3, -550, 50, -4140, 585, -10, -31017, 5880, -245, -232288, 54488, -3808, 35, -1742148, 480816, -47880, 1134, -13095450, 4110750, -532350, 22050, -126, -98687600, 34397880, -5466780, 333960, -5082, -745652160, 283510260 (list; graph; refs; listen; history; internal format)
OFFSET

2,2

COMMENTS

Row sums are:

{-1, -9, -69, -500, -3565, -25382, -181573, -1308078, -9495126, -69427622,

-511055061,...}.

LINKS

Matjaz Konvalinka, An inverse matrix formula in the right-quantum algebra, Electron. J. Combin. 15 (2008), R23.

FORMULA

t(n,m)=Sum[(-1)^m*Binomial[n, i - m]*Binomial[n, i]*Binomial[n, i + m], {i, m, n - m}]/2.

EXAMPLE

{-1},

{-9},

{-72, 3},

{-550, 50},

{-4140, 585, -10},

{-31017, 5880, -245},

{-232288, 54488, -3808, 35},

{-1742148, 480816, -47880, 1134},

{-13095450, 4110750, -532350, 22050, -126},

{-98687600, 34397880, -5466780, 333960, -5082},

{-745652160, 283510260, -53143200, 4348377, -118800, 462}

MATHEMATICA

Table[Table[ Sum[(-1)^m* Binomial[n, i - m]*Binomial[n, i]*Binomial[n, i + m], {i, m, n - m}]/2, {m, 1, Floor[n/2]}], {n, 2, 12}];

Flatten[%]

CROSSREFS

Sequence in context: A178869 A057080 A001706 * A123987 A003365 A044196

Adjacent sequences:  A158190 A158191 A158192 * A158194 A158195 A158196

KEYWORD

sign,tabf,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 13 2009

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 17 18:01 EST 2012. Contains 206061 sequences.