OFFSET
-1,14
COMMENTS
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
Number 13 of the 15 generalized eta-quotients listed in Table I of Yang 2004. - Michael Somos, Aug 07 2014
A generator (Hauptmodul) of the function field associated with congruence subgroup Gamma_1(12). [Yang 2004] - Michael Somos, Aug 07 2014
LINKS
Seiichi Manyama, Table of n, a(n) for n = -1..10000
Michael Somos, Introduction to Ramanujan theta functions
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
Y. Yang, Transformation formulas for generalized Dedekind eta functions, Bull. London Math. Soc. 36 (2004), no. 5, 671-682. See p. 679, Table 1.
FORMULA
Expansion of (c(q) / c(q^4) + phi(q) * psi(q^3) / (q * psi(q^6)^2)) / 2 = 2 / (c(q) / c(q^4) - phi(q) * psi(q^3) / (q * psi(q^6)^2)) in powers of q where c() is a cubic AGM theta function and phi(), psi() are Ramanujan theta functions.
Euler transform of period 12 sequence [ 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 1, 0, ...].
G.f. A(x) satisfies 0 = f(A(x), A(x^2)) where f(u, v) = (u + v)^2 - v * (1 + u^2).
G.f.: x^(-1) * (Product_{k>0} (1 - x^(12*k - 5)) * (1 - x^(12*k - 7)) / ((1 - x^(12*k - 1)) * (1 - x^(12*k - 11)))).
Convolution inverse of A113306.
EXAMPLE
G.f. = 1/q + 1 + q + q^2 + q^3 - q^6 - q^7 - q^8 - q^9 + q^11 + 2*q^12 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ q^-1 QPochhammer[ q^5, q^12] QPochhammer[ q^7, q^12] / (QPochhammer[ q, q^12] QPochhammer[ q^11, q^12]), {q, 0, n}];
a[ n_] := SeriesCoefficient[ 1/q Product[(1 - q^k)^-KroneckerSymbol[12, k], {k, n + 1}], {q, 0, n}]; (* Michael Somos, Aug 07 2014 *)
PROG
(PARI) {a(n) = if( n<-1, 0, n++; polcoeff( prod( k=1, n, (1 - x^k)^-kronecker(12, k), 1 + x * O(x^n)), n))};
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Oct 22 2013
STATUS
approved