The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A128596 Triangle, read by rows, of coefficients of q^(nk) in the q-analog of the even double factorials: T(n,k) = [q^(nk)] Product_{j=1..n} (1-q^(2j))/(1-q) for n>0, with T(0,0)=1. 3

%I #5 Jun 14 2017 00:24:52

%S 1,1,1,1,2,1,1,7,7,1,1,24,46,24,1,1,86,297,297,86,1,1,315,1919,3210,

%T 1919,315,1,1,1170,12399,32510,32510,12399,1170,1,1,4389,80241,318171,

%U 484636,318171,80241,4389,1,1,16588,520399,3054100,6730832,6730832

%N Triangle, read by rows, of coefficients of q^(nk) in the q-analog of the even double factorials: T(n,k) = [q^(nk)] Product_{j=1..n} (1-q^(2j))/(1-q) for n>0, with T(0,0)=1.

%F T(n,k) = A128084(n,nk) where A128084 is the triangle of coefficients of q in the q-analog of the even double factorials.

%e Row sums equal 2*A000165(n-1) for n>0, twice the even double factorials:

%e [1, 2, 4, 16, 96, 768, 7680, 92160, 1290240, ..., 2*(2n-2)!!, ...].

%e Triangle begins:

%e 1;

%e 1, 1;

%e 1, 2, 1;

%e 1, 7, 7, 1;

%e 1, 24, 46, 24, 1;

%e 1, 86, 297, 297, 86, 1;

%e 1, 315, 1919, 3210, 1919, 315, 1;

%e 1, 1170, 12399, 32510, 32510, 12399, 1170, 1;

%e 1, 4389, 80241, 318171, 484636, 318171, 80241, 4389, 1;

%e 1, 16588, 520399, 3054100, 6730832, 6730832, 3054100, 520399, 16588, 1;

%e 1, 63064, 3382588, 28980565, 89514691, 127707302, 89514691, 28980565, 3382588, 63064, 1;

%o (PARI) T(n,k)=if(k<0 || k>n^2,0,if(n==0,1,polcoeff(prod(j=1,n,(1-q^(2*j))/(1-q)),n*k,q)))

%Y Cf. A128084; A000165 ((2n)!!); A128086 (column 1), A128597 (column 2), A128598 (column 3); variant: A128592.

%K nonn,tabl

%O 0,5

%A _Paul D. Hanna_, Mar 12 2007

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 June 4 13:10 EDT 2024. Contains 373098 sequences. (Running on oeis4.)