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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124243 Expansion of q*psi(q^9)/psi(q) in powers of q. 3
1, -1, 1, -2, 3, -4, 5, -7, 10, -12, 15, -20, 26, -32, 39, -50, 63, -76, 92, -114, 140, -168, 201, -244, 295, -350, 415, -496, 591, -696, 818, -967, 1140, -1332, 1554, -1820, 2126, -2468, 2861, -3324, 3855, -4448, 5126, -5916, 6816, -7824, 8970, -10292, 11793, -13471, 15372, -17548 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

FORMULA

Expansion of eta(q)/eta(q^9)*(eta(q^18)/eta(q^2))^2 in powers of q.

Euler transform of period 18 sequence [ -1, 1, -1, 1, -1, 1, -1, 1, 0, 1, -1, 1, -1, 1, -1, 1, -1, 0, ...].

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

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

PROG

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

CROSSREFS

Sequence in context: A036028 A036033 * A132975 A145977 A050729 A117536

Adjacent sequences:  A124240 A124241 A124242 * A124244 A124245 A124246

KEYWORD

sign

AUTHOR

Michael Somos, Oct 28 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 07:22 EST 2012. Contains 205706 sequences.