|
Search: id:A134014
|
|
|
| A134014 |
|
Expansion of phi(-q) * phi(q^4) in powers of q where phi() is a Ramanujan theta function. |
|
+0 3
|
|
| 1, -2, 0, 0, 4, -4, 0, 0, 4, -2, 0, 0, 0, -4, 0, 0, 4, -4, 0, 0, 8, 0, 0, 0, 0, -6, 0, 0, 0, -4, 0, 0, 4, 0, 0, 0, 4, -4, 0, 0, 8, -4, 0, 0, 0, -4, 0, 0, 0, -2, 0, 0, 8, -4, 0, 0, 0, 0, 0, 0, 0, -4, 0, 0, 4, -8, 0, 0, 8, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0, 8, -2, 0, 0, 0, -8, 0, 0, 0, -4, 0, 0, 0, 0, 0, 0, 0, -4, 0, 0, 12, -4, 0, 0, 8
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
FORMULA
|
Eqpansion of eta(q)^2 * eta(q^8)^5 / ( eta(q^2) * eta(q^4)^2 * eta(q^16)^2 ) in powers of q.
Euler transform of period 16 sequence [ -2, -1, -2, 1, -2, -1, -2, -4, -2, -1, -2, 1, -2, -1, -2, -2, ...].
Moebius transform is period 16 sequence [ -2, 2, 2, 4, -2, -2, 2, 0, -2, 2, 2, -4, -2, -2, 2, 0, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (16 t)) = 8 (t/i) g(t) where q = exp(2 pi i t) and g(t) is g.f. for A134013.
a(4*n+2) = a(4*n+3) = 0.
G.f.: 1 - 2 * ( x/(1+x^2) + x^3/(1+x^6) - 2 * x^4/(1+x^8) + ... ).
|
|
EXAMPLE
|
1 - 2*q + 4*q^4 - 4*q^5 + 4*q^8 - 2*q^9 - 4*q^13 + 4*q^16 - 4*q^17 + ...
|
|
PROGRAM
|
(PARI) {a(n) = if( n<1, n==0, if( n%4 < 2, (n%2*-6 + 4) * sumdiv(n, d, kronecker(-4, d))))}
(PARI) {a(n) = (-1)^n * if( n<1, n==0, 2 * qfrep([1, 0; 0, 4], n)[n])}
(PARI) {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x + A)^2 * eta(x^8 + A)^5 / eta(x^2 + A) / eta(x^4 + A)^2 / eta(x^16 + A)^2, n))}
|
|
CROSSREFS
|
(-1)^n * A004531(n) = a(n). -2 * A134015(n) = a(n) unless n=0. A004018(n) = a(4*n). - A004020(n) = a(4*n+1).
Sequence in context: A072740 A080964 A004531 this_sequence A072071 A045836 A072070
Adjacent sequences: A134011 A134012 A134013 this_sequence A134015 A134016 A134017
|
|
KEYWORD
|
sign
|
|
AUTHOR
|
Michael Somos, Oct 02 2007
|
|
|
Search completed in 0.002 seconds
|