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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131986 Expansion of (eta(q)/ eta(q^9))^3 in powers of q. 0
1, -3, 0, 5, 0, 0, -7, 0, 0, 3, 0, 0, 15, 0, 0, -32, 0, 0, 9, 0, 0, 58, 0, 0, -96, 0, 0, 22, 0, 0, 149, 0, 0, -253, 0, 0, 68, 0, 0, 372, 0, 0, -599, 0, 0, 140, 0, 0, 826, 0, 0, -1317, 0, 0, 317, 0, 0, 1768, 0, 0, -2735, 0, 0, 632, 0, 0, 3526, 0, 0, -5434, 0, 0, 1259, 0, 0, 6854, 0, 0, -10364, 0 (list; graph; refs; listen; history; internal format)
OFFSET

-1,2

FORMULA

Euler transform of period 9 sequence [ -3, -3, -3, -3, -3, -3, -3, -3, 0, ...].

G.f. A(x) satisfies 0= f(A(x), A(x^2)) where f(u, v)= (u+v)^3 -u*v*(27 +9*(u+v) +u*v).

G.f. A(x) satisfies 0= f(A(x), A(x^2), A(x^4)) where f(u, v, w)= u^2 +w^2 +u*w -v^2*(u+w) -6*v^2 -6*v*(u+w) -27*v.

G.f. is a Fourier series which satisfies f(-1/(9 t)) = 27/ f(t) where q = exp(2 pi i t).

a(3n+1)= 0. a(3n)= 0 unless n=0.

G.f.: (1/x)*(Product_{k>0} (1-x^k)/ (1-x^(9k)))^3.

EXAMPLE

1/q - 3 + 5*q^2 - 7*q^5 + 3*q^8 + 15*q^11 - 32*q^14 + 9*q^17 + ...

PROG

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

CROSSREFS

A058091(n)= a(3n-1).

Sequence in context: A133089 A198954 A136599 * A002656 A166586 A122274

Adjacent sequences:  A131983 A131984 A131985 * A131987 A131988 A131989

KEYWORD

sign

AUTHOR

Michael Somos, Aug 04 2007

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 17 06:27 EST 2012. Contains 205998 sequences.