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!)
A243163 Triangle read by rows: T(n,k) = binomial(k,n-k)*binomial(n+2*k,n+k) /(n+k+1), n>=0, 0<=k<=n. 0
1, 0, 1, 0, 1, 3, 0, 0, 7, 12, 0, 0, 4, 45, 55, 0, 0, 0, 55, 286, 273, 0, 0, 0, 22, 546, 1820, 1428, 0, 0, 0, 0, 455, 4760, 11628, 7752, 0, 0, 0, 0, 140, 6120, 38760, 74613, 43263, 0, 0, 0, 0, 0, 3876, 67830, 302841, 480700, 246675, 0, 0, 0, 0, 0, 969, 65835 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
T(n, n) = A001764(n).
T(2*n,n) = A002293(n).
Sum_{k=0..n} T(n, k) = A186997(n).
EXAMPLE
1;
0, 1;
0, 1, 3;
0, 0, 7, 12;
0, 0, 4, 45, 55;
0, 0, 0, 55, 286, 273;
MAPLE
T := (n, k) -> binomial(k, n-k)*binomial(n+2*k, n+k)/(n+k+1);
seq(print(seq(T(n, k), k=0..n)), n=0..10);
CROSSREFS
Sequence in context: A046777 A227724 A218538 * A209490 A346879 A326397
KEYWORD
nonn,tabl
AUTHOR
Peter Luschny, May 31 2014
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 August 25 18:49 EDT 2024. Contains 375449 sequences. (Running on oeis4.)