OFFSET
-1,16
COMMENTS
LINKS
Seiichi Manyama, Table of n, a(n) for n = -1..10000
D. Ford, J. McKay and S. P. Norton, More on replicable functions, Commun. Algebra 22, No. 13, 5175-5193 (1994).
Michael Somos, A Remarkable eta-product Identity
Michael Somos, Introduction to Ramanujan theta functions
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of 1/q * (chi(-q^2) * chi(-q^30)) / (chi(-q^3) * chi(-q^5)) in powers of q where chi() is a Ramanujan theta function. - Michael Somos, Feb 13 2017
Euler transform of a period 60 sequence. - Michael Somos, Feb 13 2017
G.f. is a period 1 Fourier series which satisfies f(-1 / (60 t)) = g(t) where q = exp(2 Pi i t) and g() is the g.f. for A145933. - Michael Somos, Feb 13 2017
G.f.: 1/x * Product_{k>0} (1 + x^(3*k)) * (1 + x^(5*k)) / ((1 + x^(2*k)) * (1 + x^(30*k))). - Michael Somos, Feb 13 2017
Convolution inverse of A132967. - Michael Somos, Feb 13 2017
Expansion of eta(q^2)*eta(q^6)*eta(q^10)*eta(q^30)/(eta(q^3)*eta(q^4)* eta(q^5)*eta(q^60)) in powers of q. - G. C. Greubel, Jun 06 2018
EXAMPLE
T60D = 1/q - q + q^2 - q^6 + q^7 + q^8 - q^9 - q^10 + q^11 - q^13 + 2*q^14 - ...
MATHEMATICA
QP = QPochhammer; s = q + QP[q]*QP[q^12]*QP[q^15]*(QP[q^20]/(QP[q^3]* QP[q^4]*QP[q^5]*QP[q^60])) + O[q]^90; CoefficientList[s, q] (* Jean-François Alcover, Nov 15 2015, adapted from A143751 *)
a[ n_] := SeriesCoefficient[ 1/q QPochhammer[ q^2, q^4] QPochhammer[ q^30, q^60] / (QPochhammer[ q^3, q^46] QPochhammer[ q^5, q^10]), {q, 0, n}]; (* Michael Somos, Feb 13 2017 *)
PROG
(PARI) {a(n) = my(A); n++; if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A) * eta(x^6 + A) * eta(x^10 + A) * eta(x^30 + A) / (eta(x^3 + A) * eta(x^4 + A) * eta(x^5 + A) * eta(x^60 + A)), n))}; /* Michael Somos, Feb 13 2017 */
CROSSREFS
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Nov 27 2000
EXTENSIONS
More terms from N. J. A. Sloane, Sep 23 2009
STATUS
approved