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
(10 Range[0, 20]+8)^5 (* or *) LinearRecurrence[{6, -15, 20, -15, 6, -1}, {32768, 1889568, 17210368, 79235168, 254803968, 656356768}, 20] (* Harvey P. Dale, Oct 31 2020 *)
PROG
(Magma) [(10*n+8)^5: n in [0..20]]; // Vincenzo Librandi, Aug 31 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved