login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A022044
Theta series of D_13 lattice.
2
1, 312, 11466, 116688, 535704, 1899664, 5043376, 12066912, 24443978, 48210760, 83323344, 145532816, 227110416, 363737712, 531517376, 800145632, 1104376728, 1594656544, 2114015514, 2931991920, 3779027408, 5091783840, 6365016528, 8409556064, 10285042352, 13266026280, 15994749968
OFFSET
0,2
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 118.
LINKS
MATHEMATICA
terms = 20; f[q_] = LatticeData["D13", "ThetaSeriesFunction"][-I*Log[q]/Pi]; s = f[q] + O[q]^(2 terms); DeleteCases[CoefficientList[s, q], 0][[1 ;; terms]] (* Jean-François Alcover, Jul 06 2017 *)
CROSSREFS
Sequence in context: A233934 A289793 A364992 * A156403 A296527 A107508
KEYWORD
nonn
EXTENSIONS
More terms from Seiichi Manyama, Oct 16 2018
STATUS
approved