OFFSET
0,13
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
FORMULA
Denoted by "(160~a)" in Simon Norton's replicable function list.
G.f. is a period 1 Fourier series which satisfies f(-1 / (1280 t)) = f(t) where q = exp(2 Pi i t).
EXAMPLE
1/q - q^3 + q^11 + q^15 + q^27 + q^31 - q^35 - q^39 + q^43 + 2*q^47 + ...
MATHEMATICA
QP = QPochhammer; s = (QP[q^8]*QP[q^10]-q*QP[q^2]*QP[q^40])/(QP[q^4]* QP[q^20]) + O[q]^90; CoefficientList[s, q] (* Jean-François Alcover, Nov 30 2015, adapted from PARI *)
PROG
(PARI) {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( (eta(x^8 + A) * eta(x^10 + A) - x * eta(x^2 + A) * eta(x^40 + A)) / (eta(x^4 + A) * eta(x^20 + A)), n))}
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Oct 17 2008, Nov 11 2008, Jan 21 2009
STATUS
approved