login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A115978 Expansion of theta_4(q)theta_4(q^3) in powers of q. 3
1, -2, 0, -2, 6, 0, 0, -4, 0, -2, 0, 0, 6, -4, 0, 0, 6, 0, 0, -4, 0, -4, 0, 0, 0, -2, 0, -2, 12, 0, 0, -4, 0, 0, 0, 0, 6, -4, 0, -4, 0, 0, 0, -4, 0, 0, 0, 0, 6, -6, 0, 0, 12, 0, 0, 0, 0, -4, 0, 0, 0, -4, 0, -4, 6, 0, 0, -4, 0, 0, 0, 0, 0, -4, 0, -2, 12, 0, 0, -4, 0, -2, 0, 0, 12, 0, 0, 0, 0, 0, 0, -8, 0, -4, 0, 0, 0, -4, 0, 0, 6, 0 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

Euler transform of period 6 sequence [ -2,-1,-4,-1,-2,-2,...].

Expansion of (eta(q)*eta(q^3))^2/(eta(q^2)*eta(q^6)) in powers of q.

a(n)=-2*b(n) where b(n) is multiplicative and b(2^e) = -3(1+(-1)^e)/2 if e>0, b(3^e)=1, b(p^e) = 1+e if p == 1 (mod 6), b(p^e) = (1+(-1)^e)/2 if p == 5 (mod 6).

Given g.f. A(x), then B(x)=A(x)^2 satisfies 0=f(B(x),B(x^2),B(x^4)) where f(u,v,w)=v*(u+v)^2-4*u*(w^2-v*w+v^2).

G.f.: 1 -2(Sum_{k>0} x^(k)/(1+x^k+x^(2k)) -4x^(4k)/(1+x^(4k)+x^(8k))).

G.f.: theta_4(q)theta_4(q^3) = (Sum_{k} (-x)^(k^2))(Sum_{k} (-x)^(3k^2))

PROG

(PARI) {a(n)=local(A); if(n<0, 0, A=x*O(x^n); polcoeff( (eta(x+A)*eta(x^3+A))^2/eta(x^2+A)/eta(x^6+A), n))}

CROSSREFS

a(n)=-2*A115979(n) if n>0. a(n)=(-1)^n*A033716(n).

Sequence in context: A175631 A113772 A033716 * A033751 A033745 A033721

Adjacent sequences:  A115975 A115976 A115977 * A115979 A115980 A115981

KEYWORD

sign

AUTHOR

Michael Somos, Feb 09 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 20:37 EST 2012. Contains 205554 sequences.