OFFSET
0,2
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]+1)^5 (* or *) LinearRecurrence[{6, -15, 20, -15, 6, -1}, {1, 32768, 759375, 5153632, 20511149, 60466176}, 20] (* Harvey P. Dale, Sep 12 2016 *)
PROG
(Magma) [(7*n+1)^5: n in [0..40]]; // Vincenzo Librandi, Jul 13 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved