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).
MATHEMATICA
(7*Range[0, 20]+2)^5 (* or *) LinearRecurrence[{6, -15, 20, -15, 6, -1}, {32, 59049, 1048576, 6436343, 24300000, 69343957}, 20] (* Harvey P. Dale, Feb 10 2019 *)
PROG
(Magma) [(7*n+2)^5: n in [0..30]]; // Vincenzo Librandi, Jul 13 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved