A015680 Expansion of e.g.f. theta_3^(-1/2).
1, -1, 3, -15, 81, -585, 4995, -46935, 499905, -6109425, 79791075, -1138096575, 17774982225, -294439570425, 5240530570275, -100050497922375, 2002010508122625, -42495475420022625, 954152290944727875
Offset: 0
Keywords
Examples
theta_3(q)^(-1/2) = 1 - q + 3/2 * q^2 - 5/2 * q^3 + 27/8 *q^4 - 39/8 * q^5 + ... = 1 - q + 3/2! * q^2 - 15/3! * q^3 + 81/4! * q^4 - 585/5! * q^5 + ... .
References
- J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 102.
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..443
Crossrefs
Programs
-
Mathematica
nmax = 25; CoefficientList[Series[EllipticTheta[3, 0, x]^(-1/2), {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Oct 23 2018 *)
Formula
a(0) = 1; a(n) = -(n-1)! * Sum_{k=1..n} A186690(k) * a(n-k)/(n-k)!. - Seiichi Manyama, Jul 07 2023