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!)
A209942 Expansion of (psi(-x) * phi(x)^4)^2 in powers of x where phi(), psi() are Ramanujan theta functions. 4
1, 14, 81, 238, 322, 0, -429, -82, 0, -2162, -3038, 1134, 2401, -2482, 0, 6958, 3332, 0, 1442, 0, 6561, 4508, -9758, 0, -1918, -18802, 0, -9362, -24638, 19278, 14641, -14756, 0, 0, 6562, 0, -1148, 33998, 26082, 20398, 0, 0, 28083, -49042, 0, 64078, -30268, 0 (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).
Number 60 of the 74 eta-quotients listed in Table I of Martin (1996).
LINKS
Y. Martin, Multiplicative eta-quotients, Trans. Amer. Math. Soc. 348 (1996), no. 12, 4825-4856, see page 4852 Table I.
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of q^(-1/4) * ( eta(q^2)^19 / (eta(q) * eta(q^4) )^7 )^2 in powers of q.
Euler transform of period 4 sequence [ 14, -24, 14, -10, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (64 t)) = 32768 (t/i)^5 f(t) where q = exp(2 Pi i t).
a(n) = b(4*n + 1) where b(n) is multiplicative and b(2^e) = 0^e, b(p^e) = (1 + (-1)^e) / 2 * p^(2*e) if p == 3 (mod 4), b(p^e) = b(p) * b(p^(e-1)) - p^4 * b(p^(e-2)) otherwise.
a(9*n + 5) = a(9*n + 8) = 0. a(9*n + 2) = 81 * a(n). Convolution of A000143 and A134343.
Convolution square of A258771. - Michael Somos, Jun 09 2015
EXAMPLE
G.f. = 1 + 14*x + 81*x^2 + 238*x^3 + 322*x^4 - 429*x^6 - 82*x^7 - 2162*x^9 + ...
G.f. = q + 14*q^5 + 81*q^9 + 238*q^13 + 322*q^17 - 429*q^25 - 82*q^29 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ (QPochhammer[ x^2]^19 / (QPochhammer[ x] QPochhammer[ x^4])^7)^2, {x, 0, n}]; (* Michael Somos, Jun 09 2015 *)
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( ( eta(x^2 + A)^19 / (eta(x + A) * eta(x^4 + A) )^7 )^2, n))};
CROSSREFS
Sequence in context: A239421 A309338 A215472 * A215700 A199912 A082971
KEYWORD
sign
AUTHOR
Michael Somos, Mar 16 2012
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 July 24 12:40 EDT 2024. Contains 374583 sequences. (Running on oeis4.)