login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A176063 Asymmetrical triangle sequence:t(n,m)=(-1)^m* Binomial[n, m] Pochhammer[ -n, m] - (-1)^n Pochhammer[ -n, n] + (-1)^( n - m)* Binomial[n, -m + n] Pochhammer[ -n, -m + n] 0
1, 1, 1, 1, 6, 1, 1, 21, 21, 1, 1, 88, 120, 88, 1, 1, 505, 680, 680, 505, 1, 1, 3636, 5130, 4080, 5130, 3636, 1, 1, 30289, 48762, 31710, 31710, 48762, 30289, 1, 1, 282304, 525728, 354816, 194880, 354816, 525728, 282304, 1, 1, 2903121, 6171552, 4759776 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Row sums are:
{1, 7, 43, 297, 2371, 21613, 221523, 2520577, 31515427, 429407661,...}.
LINKS
FORMULA
t(n,m)=(-1)^m* Binomial[n, m] Pochhammer[ -n, m] - (-1)^n Pochhammer[ -n, n] + (-1)^( n - m)* Binomial[n, -m + n] Pochhammer[ -n, -m + n]
EXAMPLE
{1},
{1, 1},
{1, 6, 1},
{1, 21, 21, 1},
{1, 88, 120, 88, 1},
{1, 505, 680, 680, 505, 1},
{1, 3636, 5130, 4080, 5130, 3636, 1},
{1, 30289, 48762, 31710, 31710, 48762, 30289, 1},
{1, 282304, 525728, 354816, 194880, 354816, 525728, 282304, 1},
{1, 2903121, 6171552, 4759776, 1923264, 1923264, 4759776, 6171552, 2903121, 1},
{1, 32659300, 78023250, 69033600, 29181600, 11612160, 29181600, 69033600, 78023250, 32659300, 1}
MATHEMATICA
L[n_, m_] = (-1)^m* Binomial[n, m] Pochhammer[ -n, m] - (-1)^n Pochhammer[ -n, n] + (-1)^(n - m)* Binomial[n, - m + n] Pochhammer[ -n, -m + n];
Table[Table[L[n, m], {m, 0, n}], {n, 0, 10}];
Flatten[%]
CROSSREFS
Sequence in context: A157638 A347975 A142596 * A350060 A155467 A152936
KEYWORD
nonn,tabl,uned
AUTHOR
Roger L. Bagula, Apr 07 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)