OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (28, -263, 908, -672).
FORMULA
a(0)=1, a(1)=28, a(2)=521, a(3)=8132; for n>3, a(n) = 28*a(n-1)-263*a(n-2)+ 908*a(n-3)- 672*a(n-4) [Harvey P. Dale, Oct 15 2011]
a(n) = (21*12^(n+3) - 165*8^(n+3) + 154*7^(n+3) - 10)/4620. [Yahia Kahloune, Jun 30 2013]
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-7x)(1-8x)(1-12x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{28, -263, 908, -672}, {1, 28, 521, 8132}, 30] (* Harvey P. Dale, Oct 15 2011 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved