Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A128592
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A128592 Triangle, read by rows, of coefficients of q^(nk+k) in the q-analog of the odd double factorials: T(n,k) = [q^(nk+k)] Product_{j=1..n+1} (1-q^(2j-1))/(1-q) for n>0, with T(0,0)=1. +0
5
1, 1, 1, 1, 3, 1, 1, 12, 12, 1, 1, 45, 97, 45, 1, 1, 170, 696, 696, 170, 1, 1, 644, 4784, 8447, 4784, 644, 1, 1, 2451, 32230, 92003, 92003, 32230, 2451, 1, 1, 9365, 214978, 946330, 1487477, 946330, 214978, 9365, 1, 1, 35908, 1426566, 9417798, 21856230, 21856230 (list; table; graph; listen)
OFFSET

0,5

FORMULA

T(n,k) = A128080(n+1,nk+k) where A128080 is the triangle of coefficients of q in the q-analog of the odd double factorials.

EXAMPLE

Triangle begins:

1;

1, 1;

1, 3, 1;

1, 12, 12, 1;

1, 45, 97, 45, 1;

1, 170, 696, 696, 170, 1;

1, 644, 4784, 8447, 4784, 644, 1;

1, 2451, 32230, 92003, 92003, 32230, 2451, 1;

1, 9365, 214978, 946330, 1487477, 946330, 214978, 9365, 1;

1, 35908, 1426566, 9417798, 21856230, 21856230, 9417798, 1426566, 35908, 1;

1, 138104, 9441417, 91852376, 302951392, 441170745, 302951392, 91852376, 9441417, 138104, 1;

PROGRAM

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

CROSSREFS

Cf. A128080; A001147 ((2n-1)!!); A128593 (column 1), A128594 (column 2), A128595 (row sums); variant: A128596.

Sequence in context: A134523 A098778 A078122 this_sequence A129619 A094573 A055154

Adjacent sequences: A128589 A128590 A128591 this_sequence A128593 A128594 A128595

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Mar 12 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 23 17:35 EDT 2008. Contains 142285 sequences.


AT&T Labs Research