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!)
A336179 Square array T(n,k), n >= 0, k >= 0, read by antidiagonals, where T(n,k) = Sum_{j=0..n} (-k)^j * binomial(n,j)^3. 7
1, 1, 1, 1, 0, 1, 1, -1, -6, 1, 1, -2, -11, 0, 1, 1, -3, -14, 47, 90, 1, 1, -4, -15, 136, 241, 0, 1, 1, -5, -14, 261, 106, -2281, -1680, 1, 1, -6, -11, 416, -639, -8492, -3779, 0, 1, 1, -7, -6, 595, -2294, -17523, 35344, 104831, 34650, 1, 1, -8, 1, 792, -5135, -25624, 188049, 395008, -110207, 0, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,9
COMMENTS
Column k is the diagonal of the rational function 1 / (1 + y + z + x*y + y*z - k*z*x - (k-1)*x*y*z).
Column k is the diagonal of the rational function 1 / ((1-x)*(1-y)*(1-z) + k*x*y*z).
LINKS
EXAMPLE
Square array begins:
1, 1, 1, 1, 1, 1, ...
1, 0, -1, -2, -3, -4, ...
1, -6, -11, -14, -15, -14, ...
1, 0, 47, 136, 261, 416, ...
1, 90, 241, 106, -639, -2294, ...
1, 0, -2281, -8492, -17523, -25624, ...
MATHEMATICA
Unprotect[Power]; 0^0 = 1; T[n_, k_] := Sum[(-k)^j * Binomial[n, j]^3, {j, 0, n}]; Table[T[k, n - k], {n, 0, 10}, {k, 0, n}] // Flatten (* Amiram Eldar, Jul 11 2020 *)
CROSSREFS
Columns k=0-3 give: A000012, A245086, A336181, A336182.
Main diagonal gives A336180.
Sequence in context: A128423 A345628 A364129 * A350034 A133419 A010134
KEYWORD
sign,tabl
AUTHOR
Seiichi Manyama, Jul 10 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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)