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.

A023941 Theta series of laminated lattice LAMBDA_19.

This page as a plain text file.
%I A023941 #19 Jul 08 2025 17:24:36
%S A023941 1,0,10668,317952,3747430,24569856,117503960,428990464,1355705388,
%T A023941 3631734784,9033649880,19996626432,42549627976,82713667584,
%U A023941 157758704304,279165280256,490745951846,808950325248,1335670719108,2081937198592,3270650346456,4874720530432
%N A023941 Theta series of laminated lattice LAMBDA_19.
%D A023941 J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 174.
%H A023941 Andy Huchala, <a href="/A023941/b023941.txt">Table of n, a(n) for n = 0..20000</a>
%e A023941 G.f.: 1 + 10668*q^4 + 317952*q^6 + 3747430*q^8 + 24569856*q^10 + 117503960*q^12 + ...
%o A023941 (Magma) L:=Lattice("Lambda",19); T<q> := ThetaSeries(L,12); T;
%o A023941 (Magma)
%o A023941 L := Lattice("Lambda",19);
%o A023941 B := Basis(ThetaSeriesModularFormSpace(L),30);
%o A023941 S := [1, 0, 10668, 317952, 3747430, 24569856, 117503960, 428990464, 1355705388, 3631734784, 9033649880, 19996626432, 42549627976, 82713667584, 157758704304, 279165280256, 490745951846, 808950325248, 1335670719108, 2081937198592];
%o A023941 Coefficients(&+[B[i] * S[i] : i in [1..20]]); // _Andy Huchala_, Jun 17 2021
%K A023941 nonn
%O A023941 0,3
%A A023941 _N. J. A. Sloane_
%E A023941 More terms from _Andy Huchala_, Jun 17 2021