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

1,8

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: A082239 A062745 A140733 * A098418 A128080 A062187

Adjacent sequences:  A143602 A143603 A143604 * A143606 A143607 A143608

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 07:58 EST 2012. Contains 205717 sequences.