OFFSET
0,3
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 157.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Andy Huchala, Table of n, a(n) for n = 0..20000
EXAMPLE
G.f.: 1 + 272*q^4 + 256*q^6 + ...
PROG
(Magma)
L := Lattice("Lambda", 9);
B := Basis(ThetaSeriesModularFormSpace(L), 20);
Coefficients(B[1]+272*B[3]+256*B[4]+3058*B[5]+2048*B[6]+11232*B[7]+7168*B[8]+32848*B[9]+16384*B[10]); // Andy Huchala, Jun 16 2021
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved