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!)
A286134 Expansion of q^(-1/2) * eta(q^5) * eta(q^6) * eta(q^7) * eta(q^210) in powers of q. 2
0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, -1, -1, 0, 0, -1, 1, 0, 1, -1, 0, 1, 2, -1, 2, 1, 0, 1, -1, 0, 0, 1, 0, 0, -1, 0, -2, -1, 0, 0, 1, -1, -2, 1, -1, -2, -2, 1, 0, 0, 0, 1, -2, 1, 0, 0, 2, 0, 0, 2, 1, -1, 1, 0, 0, 1, 1, -1, 0, 0, 3, 2, 2, 0, -1, 0, 1, -2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,27
LINKS
FORMULA
G.f.: x^9 * Product_{k>0} (1 - x^(5 * k)) * (1 - x^(6 * k)) * (1 - x^(7 * k)) * (1 - x^(210 * k)).
MAPLE
seq(coeff(series(x^9*mul((1-x^(5*k))*(1-x^(6*k))*(1-x^(7*k))*(1-x^(210*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^5]*eta[q^6]*eta[q^7]*eta[q^210], {q, 0, 50}], q] (* G. C. Greubel, Jul 28 2018 *)
PROG
(PARI) q='q+O('q^50); A=eta(q^5)*eta(q^6)*eta(q^7)*eta(q^210); concat(vector(9), Vec(A)) \\ G. C. Greubel, Jul 28 2018
CROSSREFS
Cf. A286135.
Sequence in context: A066057 A060588 A221167 * A336922 A276469 A272356
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 April 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)