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”).

A022061
Theta series of D_30 lattice.
2
1, 1740, 438540, 38099040, 1521151500, 32592806520, 420775407200, 3655476494400, 23690038522380, 123233778584940, 538518903906552, 2045337982427040, 6914885182908000, 21207036616238520, 59847918853661760, 157231420280219584, 388094025605841420, 906869192637613080
OFFSET
0,2
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 118.
LINKS
MATHEMATICA
terms = 14; f[q_] = LatticeData["D30", "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: A251802 A251324 A184666 * A107525 A185942 A090837
KEYWORD
nonn,easy
EXTENSIONS
More terms from Seiichi Manyama, Oct 16 2018
STATUS
approved