cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A345661 Theta series of the canonical laminated lattice LAMBDA_30.

Original entry on oeis.org

1, 0, 0, 0, 200046, 294912, 23779584, 82378752, 1032132696, 3570794496, 21539288064, 64122912768, 266965225878, 683889819648, 2273486860032, 5134106886144
Offset: 0

Views

Author

Andy Huchala, Jun 29 2021

Keywords

Comments

Theta series is an element of the space of modular forms on Gamma_1(24) with Kronecker character -3 in modulus 24, weight 15, and dimension 60 over the integers.

Examples

			1 + 200046*q^8 + 294912*q^10 + ...
		

References

  • J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 179.

Crossrefs

Programs

  • Magma
    L := Lattice("Lambda", 30);
    T := ThetaSeries(L,14);
    C := Coefficients(T);
    [C[2*i-1] : i in [1..8]];

Extensions

a(11)-a(15) from Robin Visser, Sep 24 2023