[go: up one dir, main page]

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

A015695
Expansion of e.g.f. theta_3^(-21/2).
2
1, -21, 483, -12075, 325521, -9396765, 288749475, -9398322675, 322652227905, -11641352627205, 440043353374275, -17378800976950875, 715361536295492625, -30625157300600587725, 1360947531581394631875, -62670194480910433291875
OFFSET
0,2
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 102.
LINKS
MATHEMATICA
nmax = 25; CoefficientList[Series[EllipticTheta[3, 0, x]^(-21/2), {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Oct 23 2018 *)
CROSSREFS
Sequence in context: A269922 A006298 A089907 * A006299 A231542 A065921
KEYWORD
sign
STATUS
approved