login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A145726
Expansion of q * psi(-q) * psi(-q^15) / (psi(-q^3) * psi(-q^5)) in powers of q where psi() is a Ramanujan theta function.
3
1, -1, 0, 0, -1, 1, 0, -1, 0, 1, 0, 0, 1, -2, 1, 2, -3, 1, 1, -2, 3, 0, -3, 1, 2, -2, 0, 2, -6, 3, 4, -7, 3, 2, -5, 6, 2, -8, 3, 5, -6, 2, 4, -12, 7, 10, -15, 6, 5, -13, 12, 4, -18, 7, 11, -14, 6, 10, -24, 14, 20, -32, 12, 12, -29, 24, 9, -36, 15, 22, -30, 13, 22, -50, 27, 36, -63, 26, 24, -56, 45, 22, -69, 30, 42, -62, 27
OFFSET
1,14
COMMENTS
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
LINKS
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of eta(q) * eta(q^4) * eta(q^6) * eta(q^10) * eta(q^15) * eta(q^60) / (eta(q^2) * eta(q^3) * eta(q^5) * eta(q^12) * eta(q^20) * eta(q^30)) in powers of q.
Euler transform of a period 60 sequence.
G.f. is a period 1 Fourier series which satisfies f(-1 / (60 t)) = f(t) where q = exp(2 Pi i t).
G.f.: x * Product_{k>0} P(15, x^k) * P(60, x^k) where P(n, x) is the n-th cyclotomic polynomial.
a(n) = A145727(n) unless n=0. a(n) = -(-1)^n * A131794(n). a(2*n) = - A094022(n). Convolution inverse of A145725.
EXAMPLE
q - q^2 - q^5 + q^6 - q^8 + q^10 + q^13 - 2*q^14 + q^15 + 2*q^16 - 3*q^17 + ...
PROG
(PARI) {a(n) = local(A); if( n<1, 0, n--; A = x * O(x^n); polcoeff( eta(x + A) * eta(x^4 + A) * eta(x^6 + A) * eta(x^10 + A) * eta(x^15 + A) * eta(x^60 + A) / (eta(x^2 + A) * eta(x^3 + A) * eta(x^5 + A) * eta(x^12 + A) * eta(x^20 + A) * eta(x^30 + A)), n))}
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Oct 23 2008
STATUS
approved