login
This site is supported by donations 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; internal format)
OFFSET

1,8

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: A144215 A122087 A139642 * A021475 A132224 A194961

Adjacent sequences:  A143601 A143602 A143603 * A143605 A143606 A143607

KEYWORD

sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Oct 26 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 20:03 EST 2012. Contains 205852 sequences.