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!)
A143605 Polynomial expansion sequence : p(x)=1 + x - x^5 + x^9 + x^10. 0
1, -1, 1, -1, 1, 0, -1, 2, -3, 3, -3, 2, 0, -3, 5, -7, 8, -7, 4, 1, -7, 13, -17, 19, -16, 8, 4, -18, 32, -42, 44, -36, 16, 13, -47, 79, -101, 103, -80, 31, 40, -121, 195, -241, 240, -178, 55, 117, -309, 478, -575 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,8
LINKS
FORMULA
p(x)=1 + x - x^5 + x^9 + x^10; a(n)=expansion_coefficients(x^10*p(1/x)),
MATHEMATICA
f[x_] = 1 + x - x^5 + x^9 + x^10; g[x] = ExpandAll[x^10*f[1/x]]; a = Table[SeriesCoefficient[Series[1/g[x], {x, 0, 50}], n], {n, 0, 50}]
CROSSREFS
Sequence in context: A207814 A062745 A140733 * A098418 A364367 A128080
KEYWORD
sign
AUTHOR
Roger L. Bagula, Oct 26 2008
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 May 3 18:30 EDT 2024. Contains 372222 sequences. (Running on oeis4.)