OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (25,-225,855,-1134).
FORMULA
a(n) = (2*9^(n+3) - 9*7^(n+3) + 8*6^(n+3) - 3^(n+3))/72. [Yahia Kahloune, Jun 10 2013]
MATHEMATICA
CoefficientList[Series[1/((1-3x)(1-6x)(1-7x)(1-9x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{25, -225, 855, -1134}, {1, 25, 400, 5230}, 20] (* Harvey P. Dale, May 06 2018 *)
PROG
(Magma) [(2*9^(n+3)-9*7^(n+3)+8*6^(n+3)-3^(n+3))/72: n in [0..20]]; // Vincenzo Librandi, May 30 2019
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved