[go: up one dir, main page]

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!)
A258065 Expansion of (phi(-x^3) * f(-x^2))^2 in powers of x where phi(), f() are Ramanujan theta functions. 1
1, 0, -2, -4, -1, 8, 6, 4, -7, -8, -2, -4, 10, -8, -4, 0, 2, 16, -2, 16, 5, -8, 0, -12, -12, -16, -2, 12, -9, 0, 6, 8, 2, 16, 12, -20, 0, -8, 22, 0, 18, 8, -32, 0, 4, 8, -26, -28, -13, -8, 0, 12, -6, 24, 2, 20, 18, 0, 30, -16, -3, -8, -10, 20, 0, -16, 14, -16 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
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 (f(x, x^2) * f(-x))^2 in powers of x where f() is the Ramanujan general theta function.
Expansion of q^(-1/6) * (eta(q^2) * eta(q^3)^2 / eta(q^6))^2 in powers of q.
Euler transform of period 6 sequence [ 0, -2, -4, -2, 0, -4, ...].
a(n) = A030188(3*n).
EXAMPLE
G.f. = 1 - 2*x^2 - 4*x^3 - x^4 + 8*x^5 + 6*x^6 + 4*x^7 - 7*x^8 - 8*x^9 + ...
G.f. = q - 2*q^13 - 4*q^19 - q^25 + 8*q^31 + 6*q^37 + 4*q^43 - 7*q^49 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ (EllipticTheta[ 4, 0, x^3] QPochhammer[ x^2])^2, {x, 0, n}];
a[ n_] := SeriesCoefficient[ (QPochhammer[ x^2] QPochhammer[ x^3]^2 / QPochhammer[ x^6])^2, {x, 0, n}];
PROG
(PARI) {a(n) = if( n<0, 0, A = x * O(x^n); polcoeff( (eta(x^2 + A) * eta(x^3 + A)^2 / eta(x^6 + A))^2, n))};
(Magma) A := Basis( ModularForms( Gamma0(72), 2), 409); A[2] - 2*A[14];
(Magma) A := Basis( CuspForms( Gamma0(72), 2), 409); A[1];
CROSSREFS
Sequence in context: A112829 A121466 A273717 * A065290 A065266 A065260
KEYWORD
sign
AUTHOR
Michael Somos, May 18 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 August 30 09:19 EDT 2024. Contains 375532 sequences. (Running on oeis4.)