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!)
A128087 Sum of squared coefficients of q in the q-analog of the even double factorials. 2
1, 2, 14, 296, 12938, 956720, 107245250, 16966970200, 3601980861720, 988252809411908, 340375635448973106, 143798619953044471444, 73123320014581106403732, 44060303354020797873285800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
See A128083 for sum of squared coefficients of q in the q-analog of the odd double factorials. Also, A127728 is the sum of squared coefficients of q in the q-factorials.
LINKS
PROG
(PARI) {a(n)=if(n==0, 1, sum(k=0, n^2, polcoeff(prod(j=1, n, (1-q^(2*j))/(1-q)), k, q)^2))}
CROSSREFS
Cf. A000165 ((2n)!!); A128084 (triangle), A128085 (central terms), A128086 (diagonal); A127728.
Sequence in context: A015015 A355132 A355133 * A365355 A139225 A356610
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 14 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 19 02:01 EDT 2024. Contains 371782 sequences. (Running on oeis4.)