login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A286132 Expansion of q^(-1/2) * eta(q^3) * eta(q^10) * eta(q^14) * eta(q^105) in powers of q. 2
0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, 1, -1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, -1, 1, -1, -1, -1, -1, 0, 0, 0, 2, -2, -1, -1, 1, 1, -1, -2, 0, -1, -1, 0, 1, 0, 1, 0, 2, -1, 0, 0, -1, 2, 0, 0, 0, 2, -1, 0, 0, 1, 0, 2, 1, 1, 0, 0, 2, 1, 0, -1, -1, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,40
LINKS
FORMULA
G.f.: x^5 * Prod_{k>0} (1 - x^(3 * k)) * (1 - x^(10 * k)) * (1 - x^(14 * k)) * (1 - x^(105 * k)).
MAPLE
seq(coeff(series(x^5*mul((1-x^(3*k))*(1-x^(10*k))*(1-x^(14*k))*(1-x^(105*k)), k=1..n), x, n+1), x, n), n=0..150); # Muniru A Asiru, Jul 29 2018
MATHEMATICA
eta[q_] := q^(1/24)*QPochhammer[q]; CoefficientList[Series[q^(-1/2)* eta[q^3]*eta[q^10]*eta[q^14]*eta[q^105], {q, 0, 50}], q] (* G. C. Greubel, Jul 29 2018 *)
PROG
(PARI) q='q+O('q^50); A = eta(q^3)*eta(q^10)*eta(q^14)*eta(q^105); concat(vector(5), Vec(A)) \\ G. C. Greubel, Jul 29 2018
CROSSREFS
Cf. A286135.
Sequence in context: A331180 A126389 A278112 * A105551 A305195 A073772
KEYWORD
sign
AUTHOR
Seiichi Manyama, May 03 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 15 19:27 EDT 2024. Contains 374334 sequences. (Running on oeis4.)