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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133078 Expansion of b(q)^4 in powers of q where b() is a cubic AGM function. 0
1, -12, 54, -84, -147, 756, -756, -1212, 3510, -2028, -3402, 7992, -6132, -5964, 18576, -10584, -14619, 29484, -18252, -21084, 55188, -28896, -35964, 73008, -49140, -46128, 118692, -54516, -73896, 146340, -95256, -92148, 224694, -111888, -132678, 260064, -148044 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

Expansion of ( eta(q)^3 / eta(q^3) )^4 in powers of q.

Euler transform of period 3 sequence [ -12, -12, -8, ...].

G.f. is a period 1 Fourier series which satisfies f(-1 / (3 t)) = 729 (t/i)^4 g(t) where q = exp(2 pi i t) and g(t) is g.f. for A033690.

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

EXAMPLE

1 - 12*q + 54*q^2 - 84*q^3 - 147*q^4 + 756*q^5 - 756*q^6 - 1212*q^7 + ...

PROG

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

CROSSREFS

Sequence in context: A195544 A030182 A060171 * A034436 A186210 A000735

Adjacent sequences:  A133075 A133076 A133077 * A133079 A133080 A133081

KEYWORD

sign

AUTHOR

Michael Somos, Sep 08 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 12:29 EST 2012. Contains 206012 sequences.