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!)
A022085 Theta series of D*_32 lattice. 2
1, 64, 1984, 39680, 575424, 6448000, 58115328, 433131008, 7019874240, 14709082432, 206518750336, 285848172800, 3185272407296, 3515371815296, 32146948928000, 30156949879296, 238103408854976, 197101549419648, 1393386325958336, 1045365667116800, 6768246939487360 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 120.
LINKS
EXAMPLE
G.f. = 1 + 64*q^2 + 1984*q^4 + ...
PROG
(Sage)
L = [1, 64, 1984, 39680, 575424]
M = ModularForms(Gamma0(2), 16)
bases = [_.q_expansion(30) for _ in M.integral_basis()]
f = sum(x*y for (x, y) in zip(bases, L)); list(f) # Andy Huchala, Jul 15 2021
CROSSREFS
Sequence in context: A010841 A226558 A302856 * A017780 A324492 A035727
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Andy Huchala, Jul 15 2021
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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)