OFFSET
1,1
LINKS
Colin Barker, Table of n, a(n) for n = 1..1000
Milan Janjic, Enumerative Formulas for Some Functions on Finite Sets
Index entries for linear recurrences with constant coefficients, signature (15,-85,225,-274,120).
FORMULA
a(n) = 9*5^n-18*4^n+15*3^n-6*2^n+1.
G.f.: -x*(120*x^4-238*x^3+191*x^2-56*x+7) / ((x-1)*(2*x-1)*(3*x-1)*(4*x-1)*(5*x-1)). - Colin Barker, Feb 22 2015
MAPLE
f:=n->9*5^n-18*4^n+15*3^n-6*2^n+1;
MATHEMATICA
LinearRecurrence[{15, -85, 225, -274, 120}, {7, 49, 331, 2137, 13147}, 30] (* Harvey P. Dale, Aug 12 2015 *)
PROG
(PARI) Vec(-x*(120*x^4-238*x^3+191*x^2-56*x+7) / ((x-1)*(2*x-1)*(3*x-1)*(4*x-1)*(5*x-1)) + O(x^100)) \\ Colin Barker, Feb 22 2015
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Aleksandar M. Janjic and Milan Janjic, Feb 08 2007
STATUS
approved