A005877 Theta series of cubic lattice with respect to square.
4, 8, 8, 16, 12, 8, 24, 16, 16, 24, 16, 16, 28, 32, 8, 32, 32, 16, 40, 16, 16, 40, 40, 32, 36, 16, 24, 48, 32, 24, 40, 48, 16, 56, 32, 16, 64, 40, 32, 32, 36, 40, 48, 48, 32, 48, 48, 16, 80, 40, 24, 80
Offset: 0
References
- J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 107.
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
Links
- G. C. Greubel, Table of n, a(n) for n = 0..1000
- G. Nebe and N. J. A. Sloane, Home page for this lattice
Crossrefs
Cf. A045828.
Programs
-
Mathematica
terms = 52; QP = QPochhammer; s = 4*(QP[q^2]^3*QP[q^4]^2)/QP[q]^2 + O[q]^terms; CoefficientList[s, q] (* Jean-François Alcover, Jul 05 2017 *)
Formula
a(n) = 4*A045828(n).