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!)
A143606 Expansion of x/(1+x-x^3-x^5-x^6-x^7-x^9+x^11+x^12). 0
1, -1, 1, 0, -1, 3, -3, 3, 0, -2, 6, -7, 8, -3, -1, 11, -16, 22, -15, 6, 18, -35, 56, -49, 33, 20, -68, 130, -138, 121, -13, -108, 279, -356, 374, -177, -102, 544, -847, 1037, -743, 162, 905, -1850, 2646, -2414, 1367, 1035, -3637, 6265, -6876 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
G.f.: x/(1+x-x^3-x^5-x^6-x^7-x^9+x^11+x^12). [R. J. Mathar, Mar 25 2009]
MATHEMATICA
f[x_] = 1 + x - x^3 - x^5 - x^6 - x^7 - x^9 + x^11 + x^12;
g[x] = ExpandAll[x^12*f[1/x]];
Table[SeriesCoefficient[Series[1/g[x], {x, 0, 50}], n], {n, 0, 50}];
CROSSREFS
Sequence in context: A247093 A329273 A130719 * A126660 A202698 A320785
KEYWORD
sign,easy,less
AUTHOR
EXTENSIONS
Better name (using g.f.) from Joerg Arndt, Apr 06 2018
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)