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

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

1,4

FORMULA

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

Moebius transform is period 12 sequence [1,-1,0,-3,-1,0,1,3,0,1,-1,0,...].

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

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

PROG

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

CROSSREFS

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

Sequence in context: A176788 A193291 A096936 * A067168 A099475 A120569

Adjacent sequences:  A115976 A115977 A115978 * A115980 A115981 A115982

KEYWORD

sign,mult

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 15 17:13 EST 2012. Contains 205828 sequences.