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!)
A258832 Expansion of psi(-x^3) * f(-x, x^2) in powers of x where psi(), f(,) are Ramanujan theta functions. 3
1, -1, 1, -1, 1, -2, 0, -1, 1, -1, 2, -1, 1, 0, 1, -2, 1, 0, 2, -1, 1, -1, 1, -1, 1, -2, 1, 0, 0, -1, 2, -2, 1, -1, 0, -3, 0, -1, 1, 0, 2, 0, 1, -1, 2, -2, 1, -1, 0, -1, 1, -1, 2, -1, 1, 0, 1, -2, 1, 0, 3, 0, 0, -1, 1, -2, 1, -1, 1, -1, 3, -1, 0, -1, 0, -2, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
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 q^(-5/12) * eta(q) * eta(q^4) * eta(q^6)^4 / (eta(q^2)^2 * eta(q^3) * eta(q^12)) in powers of q.
Euler transform of period 12 sequence [ -1, 1, 0, 0, -1, -2, -1, 0, 0, 1, -1, -2, ...].
G.f.: Product_{k>0} (1 + x^k)^2 * (1 - x^(3*k))^2 * (1 - x^k + x^(2*k))^3 / (1 - x^(2*k) + x^(4*k)).
a(n) = (-1)^n * A121444(n). Convolution square is A258831.
EXAMPLE
G.f. = 1 - x + x^2 - x^3 + x^4 - 2*x^5 - x^7 + x^8 - x^9 + 2*x^10 + ...
G.f. = q^5 - q^17 + q^29 - q^41 + q^53 - 2*q^65 - q^89 + q^101 - q^113 + ...
MATHEMATICA
a[ n_] := If[ n < 0, 0, (-1)^n DivisorSum[ 12 n + 5, KroneckerSymbol[ -4, #] &] / 2];
a[ n_] := SeriesCoefficient[ QPochhammer[ x^6]^2 QPochhammer[ x, -x] / QPochhammer[ x^3, -x^3], {x, 0, n}];
PROG
(PARI) {a(n) = if( n<0, 0, (-1)^n * sumdiv( 12*n + 5, d, kronecker( -4, d)) / 2)};
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x + A) * eta(x^4 + A) * eta(x^6 + A)^4 / (eta(x^2 + A)^2 * eta(x^3 + A) * eta(x^12 + A)), n))};
CROSSREFS
Sequence in context: A281491 A099494 A030341 * A121444 A118230 A179181
KEYWORD
sign
AUTHOR
Michael Somos, Jun 11 2015
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 23 08:19 EDT 2024. Contains 371905 sequences. (Running on oeis4.)