OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..300
Index entries for linear recurrences with constant coefficients, signature (32, -364, 1728, -2880).
FORMULA
a(n)=(12^(n+3)-2*10^(n+3)+2*6^(n+3)-4^(n+3))/96. [Yahia Kahloune, Jun 11 2013]
a(0)=1, a(1)=32, a(2)=660, a(3)=11200, a(n)=32*a(n-1)-364*a(n-2)+ 1728*a(n-3)- 2880*a(n-4). - Harvey P. Dale, Aug 15 2013
MATHEMATICA
CoefficientList[Series[1/((1-4x)(1-6x)(1-10x)(1-12x)), {x, 0, 40}], x] (* or *) LinearRecurrence[{32, -364, 1728, -2880}, {1, 32, 660, 11200}, 40] (* Harvey P. Dale, Aug 15 2013 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved