login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A279479 Expansion of f(-x, -x^5) / f(-x^24)^2 in powers of x where f(, ) is Ramanujan's general theta function. 2
1, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 2, -2, 0, 0, 0, -2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, -2, 0, 0, 5, -5, 0, 0, 0, -5, 0, 0, 6, -2, 0, 0, 0, 0, 0, 0, 7, -1, 0, 0, 0, -5, 0, 0, 10, -10, 0, 0, 0, -10, 0, 0, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,25
COMMENTS
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
LINKS
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of chi(-x) * chi(x^3) / psi(x^12) in powers of x where chi(), psi() are Ramanujan theta functions.
Euler transform of period 24 sequence [ -1, 0, 0, 0, -1, -1, -1, 0, 0, 0, -1, -1, -1, 0, 0, 0, -1, -1, -1, 0, 0, 0, -1, 1, ...].
G.f. is a period 1 Fourier series that satisfies f(-1 / (864 t)) = 3^(-1/2) (t/i)^(-1/2) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A279476.
a(4*n) = a(4*n + 1) = a(8*n + 2) = 0. a(8*n) = A096981(n).
EXAMPLE
G.f. = 1 - x - x^5 + x^8 + x^16 - x^21 + 2*x^24 - 2*x^25 - 2*x^29 + ...
G.f. = q^-5 - q^-2 - q^10 + q^19 + q^43 - q^58 + 2*q^67 - 2*q^70 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ QPochhammer[ x, x^6] QPochhammer[ x^5, x^6] QPochhammer[ x^6] / QPochhammer[ x^24]^2 , {x, 0, n}];
a[ n_] := SeriesCoefficient[ 2 x^(3/2) QPochhammer[ x, x^2] QPochhammer[ -x^3, x^6] / EllipticTheta[ 2, 0, x^6] , {x, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x + A) * eta(x^6 + A)^2 / (eta(x^2 + A) * eta(x^3 + A) * eta(x^24 + A)^2), n))};
CROSSREFS
Sequence in context: A035395 A116856 A140344 * A343630 A318584 A177338
KEYWORD
sign
AUTHOR
Michael Somos, Dec 12 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)