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!)
A271776 Triangle T(n,m) = Sum_{k=0..m} (-1)^(m-k)*binomial(m,k)*binomial(n-m+k-1,m-1)*binomial(2*n-3*m+k-1,n-m), T(n,n)=1. 0
1, 1, 1, 2, 2, 1, 6, 5, 3, 1, 20, 18, 9, 4, 1, 70, 70, 37, 14, 5, 1, 252, 280, 162, 64, 20, 6, 1, 924, 1134, 720, 309, 100, 27, 7, 1, 3432, 4620, 3206, 1500, 525, 146, 35, 8, 1, 12870, 18876, 14238, 7238, 2751, 825, 203, 44, 9, 1, 48620, 77220, 62964, 34608, 14240, 4626, 1225, 272, 54, 10, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
EXAMPLE
1;
1,1;
2,2,1;
6,5,3,1;
20,18,9,4,1;
70,70,37,14,5,1;
252,280,162,64,20,6,1;
MATHEMATICA
Table[If[m == n, 1, Sum[(-1)^(m - k) Binomial[m, k] Binomial[n - m + k - 1, m - 1] Binomial[2 n - 3 m + k - 1, n - m], {k, 0, m}]], {n, 11}, {m, n}] (* Michael De Vlieger, Apr 14 2016 *)
CROSSREFS
Cf. A000984.
Sequence in context: A174302 A108074 A189175 * A171486 A127743 A125278
KEYWORD
nonn,tabl
AUTHOR
Vladimir Kruchinin, Apr 14 2016
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)