A280666 Expansion of eta(q)^6/eta(q^6) in powers of q.
1, -6, 9, 10, -30, 0, 12, 36, 9, -60, -12, -54, 62, 120, 18, -72, -102, -54, -36, 156, 108, 48, -192, -108, 156, 78, 126, -206, -324, -72, 240, 324, 225, -168, -276, -180, 132, 264, 72, -144, -588, -198, 240, 804, 270, -288, -312, -324, 206, 486, 225, -528
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..1000
Crossrefs
Programs
-
Maple
with(numtheory): a:= proc(n) option remember; `if`(n=0, 1, add(add(d* `if`(irem(d, 6)=0, -5, -6), d=divisors(j))*a(n-j), j=1..n)/n) end: seq(a(n), n=0..70); # Alois P. Heinz, Jan 07 2017
-
Mathematica
QP = QPochhammer; QP[x]^6/QP[x^6] + O[x]^70 // CoefficientList[#, x]& (* Jean-François Alcover, Mar 25 2017 *)
-
PARI
q='q+O('q^66); Vec( eta(q)^6/eta(q^6) ) \\ Joerg Arndt, Mar 25 2017
Formula
G.f.: Product_{n>0} (1-x^n)^6/(1-x^(6*n)).
Euler transform of period 6 sequence [ -6, -6, -6, -6, -6, -5, ...].