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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A208589 Expansion of phi(x) / psi(x^4) in powers of x where phi(), psi() are Ramanujan theta functions. 2
1, 2, 0, 0, 1, -2, 0, 0, -1, 4, 0, 0, 0, -6, 0, 0, 1, 8, 0, 0, 0, -12, 0, 0, -1, 18, 0, 0, -1, -24, 0, 0, 2, 32, 0, 0, 1, -44, 0, 0, -2, 58, 0, 0, -1, -76, 0, 0, 2, 100, 0, 0, 1, -128, 0, 0, -3, 164, 0, 0, -1, -210, 0, 0, 4, 264, 0, 0, 2, -332, 0, 0, -5, 416 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

COMMENTS

Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).

LINKS

Table of n, a(n) for n=0..73.

M. Somos, Introduction to Ramanujan theta functions

Eric Weisstein's World of Mathematics, Ramanujan Theta Functions

FORMULA

Expansion of q^(1/2) * eta(x^2)^5 / (eta(x)^2 * eta(x^4) * eta(x^8)^2) in powers of q.

Given g.f. A(x), then B(x) = (A(x^2) / x)^2 satisfies 0 = f(B(x), B(x^2)) where f(u, v) = v^2 - (v - 4) * (u^2 - 8*u + 16).

a(4*n + 2) = a(4*n + 3) = 0. a(4*n) = A029838(n). a(4*n + 1) = 2 * A083365(n).

EXAMPLE

1 + 2*x + x^4 - 2*x^5 - x^8 + 4*x^9 - 6*x^13 + x^16 + 8*x^17 - 12*x^21 + ...

1/q + 2*q + q^7 - 2*q^9 - q^15 + 4*q^17 - 6*q^25 + q^31 + 8*q^33 + ...

PROG

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

CROSSREFS

Cf. A029838, A083365.

Sequence in context: A025875 A026840 A025873 * A112171 A112172 A093085

Adjacent sequences:  A208586 A208587 A208588 * A208590 A208591 A208592

KEYWORD

sign

AUTHOR

Michael Somos, Feb 29 2012

STATUS

approved

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 May 21 02:50 EDT 2013. Contains 225474 sequences.