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.: 32*(32*x^5 + 16615*x^4 + 148470*x^3 + 178330*x^2 + 31310*x + 243)/(x-1)^6. [Colin Barker, Sep 17 2012]
MATHEMATICA
(10 Range[0, 20]+6)^5 (* or *) LinearRecurrence[{6, -15, 20, -15, 6, -1}, {7776, 1048576, 11881376, 60466176, 205962976, 550731776}, 20] (* Harvey P. Dale, Jul 06 2023 *)
PROG
(Magma) [(10*n+6)^5: n in [0..20]]; // Vincenzo Librandi, Aug 03 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved