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!)
A209457 Expansion of x^7*Product_{i>=0} ((1 + x^(2*i - 1))*(1 - x^(4*i - 5))). 1
1, 1, -1, -1, 0, 0, -1, -1, 1, 2, 0, -2, 0, 2, 0, -3, 0, 4, 1, -4, -2, 4, 2, -5, -3, 6, 5, -5, -6, 5, 6, -7, -8, 7, 11, -5, -12, 5, 13, -6, -16, 5, 19, -3, -21, 2, 23, -2, -26, 0, 30, 4, -32, -6, 34, 7, -39, -12, 43, 18 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
COMMENTS
Expansion of x^7 QPochhammer[1/x^5, x^4] QPochhammer[-(1/x), x^2].
REFERENCES
George E. Andrews, Number Theory, Dover Publications, N.Y., 1971, 164-165.
Samuel I. Goldberg, Curvature and Homology, Dover, New York, 1998, 144.
LINKS
EXAMPLE
Series[x^7 QPochhammer[1/x^5, x^4] QPochhammer[-(1/x), x^2], {x, 0, 10}] = 1+x-x^2-x^3-x^6-x^7+x^8+2*x^9+O[x]^11.
MATHEMATICA
Table[SeriesCoefficient[Series[x^7*Product[(1 + x^(2*i - 1))*(1 - x^(4*i - 5)), {i, 0, Infinity}], {x, 0, 100}], n], {n, 0, 100}]
CROSSREFS
Cf. A207944.
Sequence in context: A260160 A008614 A036663 * A096577 A200213 A317839
KEYWORD
sign
AUTHOR
Roger L. Bagula, Mar 09 2012
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 19 18:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)