A229834 Expansion of (1+4*x+x^2) / ((1-x)^3*(1+x)^4).
1, 3, 1, 11, -2, 26, -10, 50, -25, 85, -49, 133, -84, 196, -132, 276, -195, 375, -275, 495, -374, 638, -494, 806, -637, 1001, -805, 1225, -1000, 1480, -1224, 1768, -1479, 2091, -1767, 2451, -2090, 2850, -2450, 3290, -2849, 3773, -3289, 4301, -3772, 4876, -4300, 5500, -4875, 6175, -5499, 6903, -6174, 7686, -6902
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (-1,3,3,-3,-3,1,1).
Crossrefs
Programs
-
Mathematica
Table[1 + n (n + 5) (9 - (2 n + 5) (-1)^n)/48, {n, 0, 60}] (* Bruno Berselli, Apr 22 2014 *) CoefficientList[Series[(1+4x+x^2)/((1-x)^3(1+x)^4),{x,0,60}],x] (* or *) LinearRecurrence[{-1,3,3,-3,-3,1,1},{1,3,1,11,-2,26,-10},60] (* Harvey P. Dale, Jan 27 2022 *)
Formula
G.f.: (1 + 4*x + x^2) / ((1 - x)^3*(1 + x)^4). - R. J. Mathar, Apr 18 2014
a(n) = a(-n-5) = 1 + n*(n + 5)*(9 - (2*n + 5)*(-1)^n)/48. [Bruno Berselli, Apr 22 2014]
Comments