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!)
A215601 Expansion of phi(-x)^2 * f(-x)^6 + 32 * x * psi(-x)^2 * f(-x^4)^6 in powers of x where phi(), psi(), f() are Ramanujan theta functions. 6
1, 22, -27, -18, -94, 0, 359, -130, 0, 214, -230, -594, -343, 518, 0, 830, -396, 0, 1098, 0, 729, -2068, -1670, 0, 594, 598, 0, -1746, 2002, 486, -1331, 5148, 0, 0, -1606, 0, -2860, -3514, 2538, 286, 0, 0, -1873, -4082, 0, 3942, 4708, 0, 5362, 1174, 0, -5060 (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).
Denoted by g_4(q) in Cynk and Hulek on page 8 as the unique weight 4 Hecke eigenform of level 32 with complex multiplication by i. - Michael Somos, Aug 24 2012
This is a member of an infinite family of integer weight modular forms. g_1 = A008441, g_2 = A002171, g_3 = A000729, g_4 = A215601, g_5 = A215472.
LINKS
S. Cynk and K. Hulek, Construction and examples of higher-dimensional modular Calabi-Yau manifolds, arXiv:math/0509424 [math.AG], 2005-2006.
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of q^(-1/4) * (eta(q)^5 / eta(q^2))^2 + 32 * (eta(q) * eta(q^4)^4 / eta(q^2))^2 in powers of q.
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^3 * b(p^(e-2)) otherwise.
G.f. is a period 1 Fourier series which satisfies f(-1 / (32 t)) = 2^10 (t/i)^4 f(t) where q = exp(2 Pi i t).
a(9*n + 5) = a(9*n + 8) = 0. a(9*n + 2) = -27 * a(n). a(n) = A215600(2*n).
EXAMPLE
G.f. = 1 + 22*x - 27*x^2 - 18*x^3 - 94*x^4 + 359*x^6 - 130*x^7 + 214*x^9 - 230*x^10 + ..
G.f. = q + 22*q^5 - 27*q^9 - 18*q^13 - 94*q^17 + 359*q^25 - 130*q^29 + 214*q^37 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ (QPochhammer[ x]^5 / QPochhammer[ x^2])^2 + 32 x (QPochhammer[ x] QPochhammer[ x^4]^4 / QPochhammer[ x^2])^2, {x, 0, n}]; (* Michael Somos, Jan 11 2015 *)
PROG
(PARI) {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( ( eta(x + A)^5 / eta(x^2 + A) )^2 + 32 * x * ( eta(x + A) * eta(x^4 + A)^4 / eta(x^2 + A) )^2, n))};
(PARI) {a(n) = local(A, p, e, x, y, a0, a1, w=3); if( n<0, 0, n = 4*n + 1; A = factor(n); prod( k=1, matsize(A)[1], if( p=A[k, 1], e=A[k, 2]; if( p==2, 0, if( p%4==3, if( e%2, 0, (-p)^(w*e/2)), y=-sum( i=0, p-1, kronecker( i^3-i, p)); a0=2; a1=y; for( i=2, w, x=y*a1 -p*a0; a0=a1; a1=x); y=a1; a0=1; a1=y; for( i=2, e, x=y*a1 -p^w*a0; a0=a1; a1=x); a1)))))};
CROSSREFS
Sequence in context: A321996 A306481 A211320 * A172053 A038355 A043128
KEYWORD
sign
AUTHOR
Michael Somos, Aug 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 April 24 07:54 EDT 2024. Contains 371922 sequences. (Running on oeis4.)