OFFSET
0,2
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 111, Eq (63)^4.
FORMULA
a(n) = A033685^4.
Expansion of q^(-4/3) * (eta(q^3)^3 / eta(q))^4 in powers of q. - Michael Somos, Aug 22 2007
Expansion of c(q)^4 / (81 * q^(4/3)) in powers of q where c() is a cubic AGM function. - Michael Somos, Aug 22 2007
Euler transform of period 3 sequence [ 4, 4, -8, ...]. - Michael Somos, Aug 22 2007
EXAMPLE
q^4 + 4*q^7 + 14*q^10 + 28*q^13 + 57*q^16 + 84*q^19 + 148*q^22 + ...
MATHEMATICA
s = (QPochhammer[q^3]^3/QPochhammer[q])^4 + O[q]^45; CoefficientList[s, q] (* Jean-François Alcover, Nov 04 2015 *)
PROG
(PARI) {a(n) = local(A); if(n<0, 0, A = x*O(x^n); polcoeff( (eta(x^3 +A)^3 / eta(x +A) )^4, n))} /* Michael Somos, Aug 22 2007 */
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved