OFFSET
3,2
REFERENCES
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 3..1000
Morris Newman, Construction and application of a class of modular functions (II). Proc. London Math. Soc. (3) 9 1959 373-387.
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
eta(z)^2*eta(6z)^22/(eta(2z)^10*eta(3z)^14).
Euler transform of period 6 sequence [ -2, 8, 12, 8, -2, 0, ...]. - Michael Somos, Nov 10 2005
a(n) ~ exp(2*Pi*sqrt(2*n/3)) / (2^(27/4) * 3^(17/4) * n^(3/4)). - Vaclav Kotesovec, Apr 09 2018
MATHEMATICA
QP = QPochhammer; s = QP[q]^2*QP[q^6]^22/(QP[q^2]^10*QP[q^3]^14) + O[q]^40; CoefficientList[s, q] (* Jean-François Alcover, Nov 30 2015, adapted from PARI *)
PROG
(PARI) {a(n)=local(A); if(n<3, 0, n-=3; A=x*O(x^n); polcoeff( eta(x+A)^2*eta(x^6+A)^22/ eta(x^2+A)^10/eta(x^3+A)^14, n))} /* Michael Somos, Nov 10 2005 */
CROSSREFS
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
More terms from Kok Seng Chua (chuaks(AT)ihpc.nus.edu.sg), Jan 14 2001
STATUS
approved