OFFSET
3,3
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Morris Newman, Construction and application of a class of modular functions (II). Proc. London Math. Soc. (3) 9 1959 373-387. MR0107629 (21 #6354)
Morris Newman, Construction and application of a class of modular functions, II, Proc. London Math. Soc. (3) 9 1959 373-387. [Annotated scanned copy, barely legible]
FORMULA
Euler transform of period 10 sequence [0, 4, 0, 4, 8, 4, 0, 4, 0, 0, ...]. - Michael Somos, Nov 10 2005
EXAMPLE
q^3 + 4*q^5 + 14*q^7 + 8*q^8 + 40*q^9 + 32*q^10 + 105*q^11 + 112*q^12 + ...
MATHEMATICA
QP = QPochhammer; s = QP[q^10]^12/(QP[q^2]^4*QP[q^5]^8) + O[q]^40; CoefficientList[s, q] (* Jean-François Alcover, Nov 25 2015 *)
PROG
(PARI) {a(n)=local(A); if(n<3, 0, n-=3; A=x*O(x^n); polcoeff( eta(x^10+A)^12/eta(x^2+A)^4/eta(x^5+A)^8, n))} /* Michael Somos, Nov 10 2005 */
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved