login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121450 Expansion of (theta_4(q^3)^2 - theta_4(q)^2)/4 in powers of q. 3
1, -1, -1, -1, 2, 1, 0, -1, 1, -2, 0, 1, 2, 0, -2, -1, 2, -1, 0, -2, 0, 0, 0, 1, 3, -2, -1, 0, 2, 2, 0, -1, 0, -2, 0, -1, 2, 0, -2, -2, 2, 0, 0, 0, 2, 0, 0, 1, 1, -3, -2, -2, 2, 1, 0, 0, 0, -2, 0, 2, 2, 0, 0, -1, 4, 0, 0, -2, 0, 0, 0, -1, 2, -2, -3, 0, 0, 2, 0, -2, 1, -2, 0, 0, 4, 0, -2, 0, 2, -2, 0, 0, 0, 0, 0, 1, 2, -1, 0, -3, 2, 2, 0, -2, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
Expansion of eta(q) * eta(q^3) * eta(q^12)^3 /(eta(q^4) * eta(q^6)^2) in powers of q.
Euler transform of period 12 sequence [-1, -1, -2, 0, -1, 0, -1, 0, -2, -1, -1, -2, ...].
Moebius transform is period 24 sequence [1, -2, -2, 0, 1, 4, -1, 0, 2, -2, -1, 0, 1, 2, -2, 0, 1, -4, -1, 0, 2, 2, -1, 0, ...].
Multiplicative with a(2^e) = -1 if e > 0, a(3^e) = (-1)^e, a(p^e) = (1+(-1)^e)/2 if p == 3 (mod 4), a(p^e) = e+1 if p == 1 (mod 4).
G.f.: Sum_{k>0} Kronecker(-4, k) * x^k * (1 - x^k)/ (1 + x^(3*k)) = x * Product_{k>0} (1 - x^k)^2 * (1 - x^k + x^(2*k)) * (1 + x^(2*k))^2 *(1 + x^k + x^(2*k))^2 * (1 - x^(2*k) + x^(4*k))^3.
EXAMPLE
G.f. = x - x^2 - x^3 - x^4 + 2*x^5 + x^6 - x^8 + x^9 - 2*x^10 + x^12 + ... - Michael Somos, Sep 07 2018
MATHEMATICA
eta[q_]:= q^(1/24)*QPochhammer[q]; Rest[CoefficientList[Series[eta[q]* eta[q^3]*eta[q^12]^3/(eta[q^4]*eta[q^6]^2), {q, 0, 100}], q]] (* G. C. Greubel, Apr 19 2018 *)
PROG
(PARI) {a(n) = my(A, p, e); if( n<1, 0, A = factor(n); prod(k=1, matsize(A)[1], [p, e] = A[k, ]; if( p==2, -1, p==3, (-1)^e, p%4==1, (e+1), (1+(-1)^e)/2)))};
(PARI) {a(n) = my(A); if( n<1, 0, n--; A = x * O(x^n); polcoeff( eta(x + A) * eta(x^3 + A) * eta(x^12 + A)^3 / (eta(x^4 + A) * eta(x^6 + A)^2), n))};
CROSSREFS
A035154(n) = |a(n)|.
Apart from signs, same as A035154 and A113446.
Sequence in context: A132004 A035154 A113446 * A143110 A319662 A109294
KEYWORD
sign,mult
AUTHOR
Michael Somos, Jul 30 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 8 10:35 EDT 2024. Contains 372332 sequences. (Running on oeis4.)