OFFSET
1,13
COMMENTS
REFERENCES
Srinivasa Ramanujan, The Lost Notebook and Other Unpublished Papers, Narosa Publishing House, New Delhi, 1988, p. 23, 7th equation.
LINKS
Michael Somos, Introduction to Ramanujan theta functions
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of x * f(-x, -x^9) * f(-x^10) / f(-x, -x^4) in powers of x where f(,) is the Ramanujan general theta function.
Expansion of x * psi(x^5) * H(x^2) in powers of x where f(,) is the Ramanujan general theta function and H() is a Rogers-Ramanujan function. - Michael Somos, Jul 09 2015
Euler transform of period 10 sequence [ 0, 0, 0, 1, 1, 1, 0, 0, 0, -1, ...].
G.f.: x * (Sum_{k>0} x^(5*k*(k-1)/2)) / (Product_{k in Z} 1 - x^abs(10*k + 4)).
EXAMPLE
G.f. = x + x^5 + x^6 + x^7 + x^9 + x^10 + x^11 + x^12 + 2*x^13 + x^14 + ...
G.f. = q^119 + q^599 + q^719 + q^839 + q^1079 + q^1199 + q^1319 + q^1439 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ Product[ x * (1 - x^k)^{ 0, 0, 0, -1, -1, -1, 0, 0, 0, 1} [[Mod[k, 10, 1]]], {k, n}], {x, 0, n}];
PROG
(PARI) {a(n) = if( n<1, 0, n--; polcoeff( prod(k=1, n, (1 - x^k + x * O(x^n))^[ 1, 0, 0, 0, -1, -1, -1, 0, 0, 0][k%10+1]), n))};
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael Somos, Jul 08 2015
STATUS
approved