[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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”).

A001942
Expansion of reciprocal of theta series of Leech lattice.
1
1, 0, -196560, -16773120, 38237799600, 6589219553280, -7156481189457600, -1928958160910376960, 1281020641484922702000, 496393397255370269491200, -216626064507656630386166880, -118257112035536800684700160000
OFFSET
0,3
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 135.
LINKS
G. Nebe and N. J. A. Sloane, Home page for lattice
Eric Weisstein's World of Mathematics, Leech Lattice.
MATHEMATICA
terms = 12; f[q_] = LatticeData["Leech", "ThetaSeriesFunction"][-I Log[q]/Pi]; s = Series[1/f[q], {q, 0, 2 terms}]; CoefficientList[s, q^2][[1 ;; terms]] // Round (* Jean-François Alcover, Jul 07 2017 *)
CROSSREFS
Cf. A008408.
Sequence in context: A179253 A008408 A305920 * A034597 A037148 A323282
KEYWORD
sign
STATUS
approved