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!)
A216711 Expansion of q * (phi(q) * psi(-q))^8 in powers of q where phi(), psi() are Ramanujan theta functions. 2
1, 8, 12, -64, -210, 96, 1016, 512, -2043, -1680, 1092, -768, 1382, 8128, -2520, -4096, 14706, -16344, -39940, 13440, 12192, 8736, 68712, 6144, -34025, 11056, -50760, -65024, -102570, -20160, 227552, 32768, 13104, 117648, -213360, 130752, 160526, -319520 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,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) / (eta(q) * eta(q^4)))^8 in powers of q.
a(n) is multiplicative with a(2) = 8, a(2^e) = -(-8)^e if e>1, a(p^e) = a(p) * a(p^(e-1)) - p^7 * a(p^(e-2)) if p>2.
G.f. is a period 1 Fourier series which satisfies f(-1 / (4 t)) = 256 (t/i)^8 f(t) where q = exp(2 Pi i t).
a(n) = -(-1)^n * A002288(n). Convolution square of A134461.
EXAMPLE
G.f. = q + 8*q^2 + 12*q^3 - 64*q^4 - 210*q^5 + 96*q^6 + 1016*q^7 + 512*q^8 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ (EllipticTheta[ 4, 0, q^2] EllipticTheta[ 2, 0, q^(1/2)] / 2)^8, {q, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<1, 0, n--; A = x * O(x^n); polcoeff( ( eta(x^2 + A)^4 / eta(x + A) / eta(x^4 + A) )^8, n))};
(Magma) A := Basis( CuspForms( Gamma0(4), 8), 39); A[1] + 8*A[2]; /* Michael Somos, Jun 10 2015 */
CROSSREFS
Sequence in context: A370651 A038290 A002288 * A137232 A147764 A226259
KEYWORD
sign,mult,look
AUTHOR
Michael Somos, Apr 10 2013
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)