The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A297054 The coefficients of the product (1-x^2)(1-x^3)(1-x^4)... / (1+x). 0
1, -1, 0, -1, 0, 0, 0, 1, 0, 1, 0, 1, -1, 1, -1, 0, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, -1, 1, -1, 1, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, -1, 1, -1, 1, -1, 1, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1
LINKS
MATHEMATICA
iend = 100;
s = Series[1/(1 + x) Product[(1 - x^i), {i, 2, iend}], {x, 0, iend}];
Print[s]; Print[CoefficientList[s, x]]
PROG
(PARI) first(n) = Vec(prod(i=2, n-1, 1 - x^i)/(1 + x) + O(x^n)) \\ Iain Fox, Dec 24 2017
CROSSREFS
Sequence in context: A354108 A181101 A321512 * A359349 A266459 A354199
KEYWORD
sign
AUTHOR
David S. Newman, Dec 24 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 June 8 20:17 EDT 2024. Contains 373227 sequences. (Running on oeis4.)