OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (6,-15,20,-15,6,-1).
FORMULA
G.f.: (x^5 + 32762*x^4 + 562782*x^3 + 1088882*x^2 + 324637*x + 7776)/(x-1)^6. [Colin Barker, Sep 17 2012]
MATHEMATICA
(7*Range[0, 20]+6)^5 (* or *) LinearRecurrence[{6, -15, 20, -15, 6, -1}, {7776, 371293, 3200000, 14348907, 45435424, 115856201}, 20] (* Harvey P. Dale, Dec 20 2016 *)
PROG
(Magma) [(7*n+6)^5: n in [0..40]]; // Vincenzo Librandi, Jul 10 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved