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

 


A291983
Expansion of 1/((1+x)*(1+x^2)*(1+x^3)).
4
1, -1, 0, -1, 2, -1, 1, -2, 2, -2, 2, -2, 3, -3, 2, -3, 4, -3, 3, -4, 4, -4, 4, -4, 5, -5, 4, -5, 6, -5, 5, -6, 6, -6, 6, -6, 7, -7, 6, -7, 8, -7, 7, -8, 8, -8, 8, -8, 9, -9, 8, -9, 10, -9, 9, -10, 10, -10, 10, -10, 11, -11, 10, -11, 12, -11, 11, -12, 12, -12, 12
OFFSET
0,5
MATHEMATICA
CoefficientList[Series[1/((1+x)(1+x^2)(1+x^3)), {x, 0, 70}], x] (* or *) LinearRecurrence[ {-1, -1, -2, -1, -1, -1}, {1, -1, 0, -1, 2, -1}, 80] (* Harvey P. Dale, Jun 12 2022 *)
PROG
(PARI) Vec(1/((1+x)*(1+x^2)*(1+x^3)) + O(x^100))
CROSSREFS
KEYWORD
sign
AUTHOR
Seiichi Manyama, Sep 07 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | 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 September 24 12:17 EDT 2024. Contains 376196 sequences. (Running on oeis4.)