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!)
A260309 Expansion of phi(q) * phi(-q^6) in powers of q where phi() is a Ramanujan theta function. 1
1, 2, 0, 0, 2, 0, -2, -4, 0, 2, -4, 0, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0, -4, 0, 2, 6, 0, 0, 4, 0, 0, -4, 0, 4, 0, 0, 2, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, -2, -8, 0, 0, -4, 0, 4, 0, 0, -4, 2, 0, 0, 0, 0, 0, -8, 0, 0, 4, 0, 0, 0, 0, 0, -4, 0, 2 (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
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of eta(q^2)^5 * eta(q^6)^2 / (eta(q)^2 * eta(q^4)^2* eta(q^12)) in powers of q.
Euler transform of period 12 sequence [ 2, -3, 2, -1, 2, -5, 2, -1, 2, -3, 2, -2, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (96 t)) = 1536^(1/2) (t/i) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A260308.
G.f.: Sum_{i,j in Z} (-1)^j * x^(i^2 + 6*j^2).
a(n) = (-1)^floor(n/2) * A046113(n). a(3*n + 2) = 0. a(4*n) = A046113(n). 2 * a(n) = A260110(n).
EXAMPLE
G.f. = 1 + 2*x + 2*x^4 - 2*x^6 - 4*x^7 + 2*x^9 - 4*x^10 - 4*x^15 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ EllipticTheta[ 3, 0, q] EllipticTheta[ 3, 0, -q^6], {q, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A)^5 * eta(x^6 + A)^2 / (eta(x + A)^2 * eta(x^4 + A)^2* eta(x^12 + A)), n))};
CROSSREFS
Sequence in context: A213024 A291289 A095759 * A046113 A262938 A143068
KEYWORD
sign
AUTHOR
Michael Somos, Jul 22 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 24 04:02 EDT 2024. Contains 371918 sequences. (Running on oeis4.)