OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (34,-416,2144,-3840).
FORMULA
a(0)=1, a(1)=34, a(2)=740, a(3)=13160, a(n) = 34*a(n-1)-416*a(n-2)+2144*a(n-3)-3840*a(n-4). - Harvey P. Dale, Oct 21 2011
a(n) = (3*12^(n+3)-8*10^(n+3)+6*8^(n+3)-4^(n+3))/192. - Yahia Kahloune, May 27 2013
MATHEMATICA
CoefficientList[Series[1/((1-4x)(1-8x)(1-10x)(1-12x)), {x, 0, 30}], x] (* Harvey P. Dale, Oct 21 2011 *)
(* Alternative: *)
LinearRecurrence[{34, -416, 2144, -3840}, {1, 34, 740, 13160}, 30] (* Harvey P. Dale, Oct 21 2011 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
