login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A147852
Expansion of -x*(x+1)*(x^3+x^2+x-1) /(2*x^6+4*x^4-x^2-2*x+1).
1
0, 1, 2, 3, 6, 10, 18, 32, 54, 94, 158, 262, 430, 682, 1054, 1554, 2126, 2554, 2158, -710, -9874, -33782, -90322, -216694, -488530, -1057206, -2221906, -4566678, -9220498, -18345462, -36046738, -70057814, -134836562, -257215734
OFFSET
0,3
MATHEMATICA
CoefficientList[Series[-x*(x + 1)*(x^3 + x^2 + x - 1)/(2*x^6 + 4*x^4 - x^2 - 2*x + 1), {x, 0, 100}], x]
LinearRecurrence[{2, 1, 0, -4, 0, -2}, {0, 1, 2, 3, 6, 10}, 40] (* Harvey P. Dale, Nov 29 2024 *)
CROSSREFS
Sequence in context: A066000 A011957 A019436 * A061279 A018073 A357451
KEYWORD
sign,easy,less
AUTHOR
Roger L. Bagula, Nov 15 2008
EXTENSIONS
Better name from Colin Barker, Dec 26 2012
STATUS
approved