OFFSET
0,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..998
Index entries for linear recurrences with constant coefficients, signature (24, -196, 624, -640).
FORMULA
a(0)=1, a(1)=24, a(2)=380, a(3)=5040, a(n)=24*a(n-1)-196*a(n-2)+ 624*a(n-3)- 640*a(n-4). - Harvey P. Dale, Dec 23 2012
a(n) = -2^n/12 +4*4^n/3 -32*8^n/3 +125*10^n/12. R. J. Mathar, Jun 20 2013
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-4x)(1-8x)(1-10x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{24, -196, 624, -640}, {1, 24, 380, 5040}, 30] (* Harvey P. Dale, Dec 23 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved