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!)
A128595 Row sums of triangle A128592. 3
1, 2, 5, 26, 189, 1734, 19305, 253370, 3828825, 65473006, 1249937325, 26352843470, 608142583125, 15247003381854, 412685556908625, 11993673995924378, 372509404162520625, 12313505304343363126, 431620764875678503125 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A128592(n,k) is the coefficient of q^(nk+k) in the q-analog of the odd double factorials (2n-1)!!.
LINKS
FORMULA
a(n) = Sum_{k=0..n} { [q^(nk+k)] Product_{j=1..n+1} (1-q^(2j-1))/(1-q) } for n>=0.
MATHEMATICA
a[n_] := Sum[SeriesCoefficient[Product[(1-q^(2j-1))/(1-q), {j, 1, n+1}], {q, 0, k(n+1)}], {k, 0, n}];
Table[a[n], {n, 0, 30}] (* Jean-François Alcover, Jan 27 2024 *)
PROG
(PARI) {a(n)=sum(k=0, n, polcoeff(prod(j=1, n+1, (1-q^(2*j-1))/(1-q)), (n+1)*k, q))}
CROSSREFS
Cf. A128592; A128080; A001147 ((2n-1)!!); A128593 (column 1), A128594 (column 2).
Sequence in context: A334639 A072268 A019014 * A358715 A180749 A323299
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 12 2007
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 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)