(MAGMAMagma) m:=80; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(-x*(2*x^10+3*x^8-8*x^7-2*x^6-4*x^5+2*x^4-4*x^3 -4*x^2-1)/((x-1)^2*(x+ 1)*(x^2+1)^2*(x^4+1)))); // G. C. Greubel, Aug 31 2018
(MAGMAMagma) m:=80; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(-x*(2*x^10+3*x^8-8*x^7-2*x^6-4*x^5+2*x^4-4*x^3 -4*x^2-1)/((x-1)^2*(x+ 1)*(x^2+1)^2*(x^4+1)))); // G. C. Greubel, Aug 31 2018
proposed
approved
editing
proposed
<a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (1,-1,1,0,0,0,0,1,-1,1,-1).
G.f.: -x*(2*x^10+3*x^8-8*x^7-2*x^6-4*x^5+2*x^4-4*x^3-4*x^2-1)/((x-1)^2*(x+1)*(x^2+1)^2*(x^4+1)). [_- _Colin Barker_, Oct 11 2012]
(PARI) x='x+O('x^80); Vec(-x*(2*x^10+3*x^8-8*x^7-2*x^6-4*x^5+2*x^4-4*x^3 -4*x^2-1)/((x-1)^2*(x+1)*(x^2+1)^2*(x^4+1))) \\ G. C. Greubel, Aug 31 2018
(MAGMA) m:=80; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(-x*(2*x^10+3*x^8-8*x^7-2*x^6-4*x^5+2*x^4-4*x^3 -4*x^2-1)/((x-1)^2*(x+ 1)*(x^2+1)^2*(x^4+1)))); // G. C. Greubel, Aug 31 2018
approved
editing
<a href="/index/Rec">Index to sequences with entries for linear recurrences with constant coefficients</a>, signature (1,-1,1,0,0,0,0,1,-1,1,-1).
<a href="/index/Rea#recLCCRec">Index to sequences with linear recurrences with constant coefficients</a>, signature (1,-1,1,0,0,0,0,1,-1,1,-1).
proposed
approved
editing
proposed
<a href="/index/Rea#recLCC">Index to sequences with linear recurrences with constant coefficients</a>, signature (1,-1,1,0,0,0,0,1,-1,1,-1).
<a href="/index/Rea#recLCC">Index to sequences with linear recurrences with constant coefficients</a>, signature (1,-1,1,0,0,0,0,1,-1,1,-1).
Vincenzo Librandi, <a href="/A217602/b217602.txt">Table of n, a(n) for n = 1..1000</a>
CoefficientList[Series[-(2*x^10 + 3*x^8 - 8*x^7 - 2*x^6 - 4*x^5 + 2*x^4 - 4*x^3 - 4*x^2 - 1)/((x - 1)^2*(x + 1)*(x^2 + 1)^2*(x^4 + 1)), {x, 0, 100}], x] (* Vincenzo Librandi, Dec 28 2012 *)
approved
editing