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!)
A030189 Expansion of eta(q)*eta(q^2)*eta(q^4)*eta(q^8). 5
1, -1, -2, 1, -1, 3, 3, -1, -2, -2, 4, -4, -1, -3, -3, 2, 2, 8, -3, 7, 6, -5, -7, 0, -3, -2, 2, -4, 1, -4, 1, -2, 3, 1, 7, -6, -3, 10, 10, 5, -7, -3, -4, 5, -8, 8, -1, -4, -1, -7, -9, 2, -3, -6, 2, -8, 14, 5, -6, 9, 12, 4, 6, 3, 8, -14, 2, -9, -3, -5, -10, 12, 6, 4, -2, -5, -3, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
G.f. = q^(5/8) - q^(13/8) - 2*q^(21/8) + q^(29/8) - q^(37/8) + ...
MATHEMATICA
QP:= QPochhammer; CoefficientList[Series[QP[q]*QP[q^2]*QP[q^4]*QP[q^8], {q, 0, 80}], q] (* G. C. Greubel, Dec 28 2019 *)
PROG
(PARI) my(x='x+O('x^80)); Vec(eta(x)*eta(x^2)*eta(x^4)*eta(x^8)) \\ G. C. Greubel, Dec 28 2019
CROSSREFS
Sequence in context: A344912 A056670 A170925 * A275678 A273108 A306405
KEYWORD
sign
AUTHOR
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 March 29 08:47 EDT 2024. Contains 371267 sequences. (Running on oeis4.)