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!)
A246713 Expansion of q^(-1) * f(-q^3, -q^4)^3 / (f(-q^1, -q^6)^2 * f(-q^2, -q^5)) in powers of q where f() is Ramanujan's two-variable theta function. 2
1, 2, 4, 3, 0, -5, -7, -2, 8, 16, 12, -7, -29, -35, -10, 37, 70, 53, -21, -106, -126, -38, 119, 226, 164, -70, -326, -378, -106, 353, 652, 469, -189, -885, -1015, -290, 910, 1664, 1179, -483, -2205, -2492, -692, 2212, 3998, 2809, -1120, -5119, -5754, -1598 (list; graph; refs; listen; history; text; internal format)
OFFSET
-1,2
COMMENTS
A generator (Hauptmodul) of the function field associated with the congruence subgroup Gamma_1(7).
LINKS
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Euler transform of period 7 sequence [ 2, 1, -3, -3, 1, 2, 0, ...].
G.f. A(q) satisfies 0 = f(A(q), A(q^2)) where f(u, v) = (u^2 + v) * (u*v^2 + v^2 - 1) - 2*v * (u + 1) * (v^2 + 2*u*v + v + 3*u).
a(n) = A108481(n) unless n=0.
EXAMPLE
G.f. = 1/q + 2 + 4*q + 3*q^2 - 5*q^4 - 7*q^5 - 2*q^6 + 8*q^7 + 16*q^8 + ...
MATHEMATICA
a[ n_] := If[ n < -1, 0, With[{m = n + 1}, SeriesCoefficient[ 1/q Product[ (1 - q^k)^{-2, -1, 3, 3, -1, -2, 0}[[Mod[k, 7, 1]]], {k, m}], {q, 0, n}]]];
a[ n_] := SeriesCoefficient[ 1/q (QPochhammer[ q^3, q^7] QPochhammer[ q^4, q^7])^3 / (QPochhammer[ q^1, q^7]^2 QPochhammer[ q^2, q^7] QPochhammer[ q^5, q^7] QPochhammer[ q^6, q^7]^2), {q, 0, n}];
PROG
(PARI) {a(n) = if( n<-1, 0, n++; polcoeff( prod(k=1, n, (1 - x^k + x*O(x^n))^[ 0, -2, -1, 3, 3, -1, -2][k%7 + 1]), n))};
CROSSREFS
Cf. A108481.
Sequence in context: A351427 A201911 A048644 * A106137 A213381 A127651
KEYWORD
sign
AUTHOR
Michael Somos, Sep 02 2014
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 16 07:05 EDT 2024. Contains 371697 sequences. (Running on oeis4.)