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!)
A143604 Polynomial expansion sequence : p(x)=1 + x^2 - x^3 - x^5 - x^7 + x^8 + x^10. 0
1, 0, -1, 1, 1, -1, 0, 2, -1, -2, 3, 1, -4, 1, 4, -4, -3, 7, -1, -9, 6, 7, -12, -2, 16, -8, -16, 20, 8, -30, 8, 33, -30, -23, 53, -3, -65, 44, 56, -89, -16, 123, -55, -122, 145, 66, -224, 53, 251, -221, -183 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,8
LINKS
FORMULA
p(x)=1 + x^2 - x^3 - x^5 - x^7 + x^8 + x^10; a(n)=expansion_coefficients(x^10*p(1/x)),
MATHEMATICA
f[x_] = 1 + x^2 - x^3 - x^5 - x^7 + x^8 + 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: A264744 A354322 A358532 * A021475 A132224 A194961
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)