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!)
A014704 Expansion of ((theta_2)^4+(theta_3)^4)/(Delta_24)^2. 0

%I #10 Dec 03 2015 10:03:15

%S 1,72,2400,52576,870732,11739984,134825216,1359259200,12290396058,

%T 101268020984,769721861376,5449376818656,36216000728200,

%U 227395735413552,1356190070338560,7717657198319936,42069113073665703,220400042813587800

%N Expansion of ((theta_2)^4+(theta_3)^4)/(Delta_24)^2.

%D J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 105.

%t s = (EllipticTheta[2, 0, q]^4 + EllipticTheta[3, 0, q]^4)/QPochhammer[q]^48 + O[q]^20; CoefficientList[s, q] (* _Jean-François Alcover_, Dec 03 2015 *)

%o (PARI) {a(n)=local(A); if(n<0, 0, A=x*O(x^n); polcoeff( sum(k=1,n, 24*sumdiv(k,d,d%2*d)*x^k, 1+A)/eta(x+A)^48, n))} /* _Michael Somos_, Feb 15 2006 */

%K nonn

%O 0,2

%A _N. J. A. Sloane_

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 16:25 EDT 2024. Contains 371961 sequences. (Running on oeis4.)