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.

A345660 Theta series of the canonical laminated lattice LAMBDA_29.

Original entry on oeis.org

1, 0, 0, 0, 198506, 163840, 20662272, 45481984, 745402040, 1904738304, 13582315520, 32267304960, 152158214640, 321893203968, 1194291679232, 2263580016640, 7176091448362
Offset: 0

Views

Author

Andy Huchala, Jun 27 2021

Keywords

Comments

Theta series is an element of the space of modular forms on Gamma_0(16) of weight 29/2 and dimension 30 over the integers.

Examples

			G.f.: 1 + 198506*q^8 + 163840*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", 29);
    T := ThetaSeries(L, 14);
    C := Coefficients(T);
    [C[2*i-1] : i in [1..8]];

Extensions

a(14)-a(16) from Robin Visser, Sep 24 2023