A122911 Expansion of (1+x)*(1-6*x-25*x^2)/((1+2x)(1-4x)(1+8x)(1-16x)).
1, 5, 139, 1645, 30506, 452860, 7520584, 118102640, 1907343136, 30375432640, 487141579904, 7785180808960, 124635539862016, 1993587347102720, 31902047417780224, 510395557925908480, 8166626525501136896
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (10,120,-320,-1024).
Programs
-
Mathematica
CoefficientList[Series[(1+x)(1-6x-25x^2)/((1+2x)(1-4x)(1+8x)(1-16x)),{x,0,20}],x] (* or *) LinearRecurrence[{10,120,-320,-1024},{1,5,139,1645},20] (* Harvey P. Dale, Dec 04 2017 *)
Comments