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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A095813 Expansion of (eta(q)eta(q^10)^5)/(eta(q^2)eta(q^5)^5) in powers of q. 4
1, -1, 0, -1, 1, 4, -4, -1, -3, 3, 12, -12, -2, -8, 8, 31, -30, -5, -20, 19, 72, -68, -12, -44, 41, 154, -144, -24, -90, 84, 312, -289, -48, -178, 164, 603, -554, -92, -336, 307, 1122, -1024, -168, -612, 557, 2024, -1836, -300, -1087, 983, 3552, -3206, -522, -1880, 1692, 6088, -5472, -886, -3180 (list; graph; refs; listen; history; internal format)
OFFSET

1,6

COMMENTS

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

G.f. A(x) satisfies A(x^2)=-A(x)A(-x).

G.f. A(q) = q chi(-q)/chi(-q^5)^5 = (1-(phi(-q)/phi(-q^5))^2)/4 where chi(),phi() are Ramanujan's theta functions and equivalent to eta(q^2)^2*eta(q^5)5 = eta(q)^4*eta(q^5)*eta(q^10)^2 +4eta(q)eta(q^2)eta(q^10)^5.

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

FORMULA

G.f.: x(Prod_{k>0} ((1-x^k)(1-x^(10k))^5)/((1-x^(2k))(1-x^(5k))^5)).

PROG

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

CROSSREFS

Sequence in context: A089746 A094884 A053216 * A138522 A010656 A023401

Adjacent sequences:  A095810 A095811 A095812 * A095814 A095815 A095816

KEYWORD

sign

AUTHOR

Michael Somos, Jun 07 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 13 16:54 EST 2012. Contains 205523 sequences.