cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A329820 Triangular array, read by rows: T(n,k) = [(w*x*y*z)^k] (-1 + (1 + w + 1/w)*(1 + x + 1/x)*(1 + y + 1/y)*(1 + z + 1/z))^n for -n <= k <= n.

This page as a plain text file.
%I A329820 #16 Nov 22 2019 03:34:09
%S A329820 1,1,0,1,1,14,80,14,1,1,78,1251,2160,1251,78,1,1,252,9682,60444,
%T A329820 121200,60444,9682,252,1,1,620,49355,760800,3785750,6136800,3785750,
%U A329820 760800,49355,620,1,1,1290,190746,5950070,60898395,228400980,356570960,228400980,60898395,5950070,190746,1290,1
%N A329820 Triangular array, read by rows: T(n,k) = [(w*x*y*z)^k] (-1 + (1 + w + 1/w)*(1 + x + 1/x)*(1 + y + 1/y)*(1 + z + 1/z))^n for -n <= k <= n.
%F A329820 T(n,k) = T(n,-k).
%e A329820 Triangle begins:
%e A329820                           1;
%e A329820                   1,      0,     1;
%e A329820            1,    14,     80,    14,    1;
%e A329820      1,   78,  1251,   2160,  1251,   78,   1;
%e A329820 1, 252, 9682, 60444, 121200, 60444, 9682, 252, 1;
%o A329820 (PARI) {T(n, k) = polcoef(polcoef(polcoef(polcoef((-1+(1+w+1/w)*(1+x+1/x)*(1+y+1/y)*(1+z+1/z))^n, k), k), k), k)}
%Y A329820 T(n,0) gives A328875.
%Y A329820 Cf. A260492, A329816, A329819.
%K A329820 nonn,tabf
%O A329820 0,6
%A A329820 _Seiichi Manyama_, Nov 21 2019