OFFSET
0,2
REFERENCES
J. H. Conway and N. J. A. Sloane, Sphere Packings, Lattices and Groups, Springer-Verlag, 1988.
LINKS
Andy Huchala, Table of n, a(n) for n = 0..20000
FORMULA
E_12(z)+(24h-c12)*D(12) where D(12) is unique cusp form of weight 12, c12=(2*Pi)^12/(zeta(12)*gamma(12)) and h=1.
EXAMPLE
G.f.: 1 + 24*q + 195984*q^2 + 16779168*q^3 + ...
PROG
(Sage)
d = CuspForms(1, 12).0.q_expansion(20);
e =(eisenstein_series_qexp(12, 20, normalization='integral'))
list(e/691-(48936/691)*d) # Andy Huchala, Jul 10 2021
CROSSREFS
KEYWORD
nonn
AUTHOR
Kok Seng Chua (chuaks(AT)ihpc.nus.edu.sg), Jul 17 2000
STATUS
approved