OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (6,-15,20,-15,6,-1).
FORMULA
G.f.: 7776*(x+1)*(x^4+236*x^3+1446*x^2+236*x+1)/(x-1)^6. [Colin Barker, Sep 20 2012]
MATHEMATICA
(12 Range[0, 20] + 6)^5 (* or *) LinearRecurrence[{6, -15, 20, -15, 6, -1}, {7776, 1889568, 24300000, 130691232, 459165024, 1252332576}, 50] (* Harvey P. Dale, Jan 03 2013 *)
CoefficientList[Series[7776 (x + 1) (x^4 + 236 x^3 + 1446 x^2 + 236 x + 1)/(x - 1)^6, {x, 0, 20}], x] (* Vincenzo Librandi, Oct 16 2013 *)
PROG
(Magma) [(12*n+6)^5: n in [0..20]]; // Vincenzo Librandi, Oct 16 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved