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!)
A330843 Square array T(n,k) = [x^n] ((1+x)^(k+1) / (1-x)^(k-1))^n, n>=0, k>=0, read by descending antidiagonals. 4
1, 1, 0, 1, 2, -2, 1, 4, 6, 0, 1, 6, 30, 20, 6, 1, 8, 70, 256, 70, 0, 1, 10, 126, 924, 2310, 252, -20, 1, 12, 198, 2240, 12870, 21504, 924, 0, 1, 14, 286, 4420, 41990, 184756, 204204, 3432, 70, 1, 16, 390, 7680, 104006, 811008, 2704156, 1966080, 12870, 0 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
T(n,k) = Sum_{j=0..n} binomial((k+1)*n,j) * binomial(k*n-j-1,n-j).
T(n,k) = 1/n! * ((k+1)*n)!/Gamma(1 + (k+1)*n/2) * Gamma(1 + (k-1)*n/2)/((k-1)*n)!.
EXAMPLE
Square array begins:
1, 1, 1, 1, 1, 1, ...
0, 2, 4, 6, 8, 10, ...
-2, 6, 30, 70, 126, 198, ...
0, 20, 256, 924, 2240, 4420, ...
6, 70, 2310, 12870, 41990, 104006, ...
0, 252, 21504, 184756, 811008, 2521260, ...
MATHEMATICA
T[n_, k_] := Sum[Binomial[(k + 1)*n, j] * Binomial[k*n - j - 1, n - j], {j, 0, n}]; Table[T[k, n - k], {n, 0, 9}, {k, 0, n}] // Flatten (* Amiram Eldar, May 05 2021 *)
CROSSREFS
Columns k=1..7 give A000984, A091527, A001448, A262732, A211419, A262733, A211421.
Main diagonal is A332231.
Sequence in context: A218580 A259697 A330664 * A115313 A048942 A121484
KEYWORD
sign,tabl
AUTHOR
Seiichi Manyama, Feb 07 2020
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 13:30 EDT 2024. Contains 371957 sequences. (Running on oeis4.)