OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (9, -36, 84, -126, 126, -84, 36, -9, 1).
FORMULA
a(n) = 390625*n^8 = 390625*A001016(n). - Michel Marcus, Apr 09 2017
MAPLE
MATHEMATICA
(5 Range[0, 20])^8 (* Harvey P. Dale, Apr 05 2011 *)
Table[(5 n)^8, {n, 0, 20}] (* Vincenzo Librandi, Apr 10 2017 *)
PROG
(Magma) [(5*n)^8: n in [0..20]]; // Vincenzo Librandi, Apr 10 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
