A109765 Expansion of x/((4*x-1)*(2*x-1)*(x+1)).
0, 1, 5, 23, 97, 399, 1617, 6511, 26129, 104687, 419089, 1677039, 6709521, 26840815, 107368721, 429485807, 1717965073, 6871903983, 27487703313, 109950988015, 439804301585, 1759217905391, 7036873019665, 28147494874863
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (5,-2,-8).
Programs
-
Mathematica
CoefficientList[Series[x/((4x-1)(2x-1)(x+1)),{x,0,30}],x] (* or *) LinearRecurrence[{5,-2,-8},{0,1,5},30] (* Harvey P. Dale, Jan 02 2013 *)
Comments