OFFSET
0,2
COMMENTS
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..5000
D. Ford, J. McKay and S. P. Norton, More on replicable functions, Commun. Algebra 22, No. 13, 5175-5193 (1994).
Michael Somos, Introduction to Ramanujan theta functions
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of chi(-x)^2 * chi(-x^3)^2 in powers of x where chi() is a Ramanujan theta function. - Michael Somos, Aug 18 2007
Expansion of q^(-1/3) * (eta(q) * eta(q^3) / (eta(q^2) * eta(q^6)))^2 in powers of q. - Michael Somos, Aug 18 2007
Euler transform of period 6 sequence [ -2, 0, -4, 0, -2, 0, ...]. - Michael Somos, Aug 18 2007
Given g.f. A(x), then B(x) = A(x^3) / x satisfies 0 = f(B(x), B(x^2)) where f(u, v) = v^2 - u^2 * v - 4 * u. - Michael Somos, Aug 18 2007
G.f. is a period 1 Fourier series which satisfies f(-1 / (6 t)) = 4 / f(t) where q = exp(2 Pi i t). - Michael Somos, Aug 18 2007
a(n) ~ (-1)^n * exp(2*Pi*sqrt(n)/3) / (2*sqrt(3)*n^(3/4)). - Vaclav Kotesovec, Sep 08 2017
EXAMPLE
G.f. = 1 - 2*x + x^2 - 4*x^3 + 8*x^4 - 6*x^5 + 10*x^6 - 16*x^7 + 18*x^8 - ...
T18e = 1/q - 2*q^2 + q^5 - 4*q^8 + 8*q^11 - 6*q^14 + 10*q^17 - 16*q^20 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ (QPochhammer[ q, q^2] QPochhammer[ q^3, q^6])^2, {q, 0, n}]; (* Michael Somos, Jul 11 2011 *)
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( (eta(x + A) * eta(x^3 + A) / (eta(x^2 + A) * eta(x^6 + A)))^2, n))}; /* Michael Somos, Aug 18 2007 */
CROSSREFS
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Nov 27 2000
STATUS
approved