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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093067 Expansion of (eta(q)eta(q^5)/(eta(q^3)eta(q^15)))^2 in powers of q. 0
1, -2, -1, 4, -3, -2, 11, -6, -11, 20, -15, -16, 43, -24, -32, 76, -48, -58, 144, -84, -97, 238, -144, -172, 398, -234, -279, 636, -372, -428, 1012, -582, -678, 1564, -906, -1028, 2389, -1362, -1576, 3560, -2046, -2320, 5290, -2988, -3407, 7700, -4371, -4928 (list; graph; refs; listen; history; internal format)
OFFSET

-1,2

COMMENTS

Euler transform of period 15 sequence [ -2,-2,0,-2,-4,0,-2,-2,0,-4,-2,0,-2,-2,0,...].

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

PROG

(PARI) a(n)=local(X); if(n<-1, 0, n++; X=x+x*O(x^n); polcoeff((eta(X)*eta(X^5)/eta(X^3)/eta(X^15))^2, n))

(PARI) a(n)=local(A, u, v); if(n<-1, 0, A=1/x; for(k=0, n, u=A+x*O(x^k); v=subst(u, x, x^2); A+=x^k*polcoeff(u^3+v^3-4*u*v*(u+v)-u^2*v^2-9*u*v, k-5)/2); polcoeff(A, n))

CROSSREFS

Apart from constant term, same as A058509.

Sequence in context: A140169 A124731 A143122 * A098122 A159931 A159755

Adjacent sequences:  A093064 A093065 A093066 * A093068 A093069 A093070

KEYWORD

sign

AUTHOR

Michael Somos, Mar 17 2004

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 19:15 EST 2012. Contains 205852 sequences.