OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (8,-28,56,-70,56,-28,8,-1).
FORMULA
MAPLE
MATHEMATICA
Table[(10 n)^7, {n, 0, 20}] (* Wesley Ivan Hurt, Feb 10 2014 *)
PROG
(Magma) [(10*n)^7: n in [0..20]]; // Vincenzo Librandi, Jul 29 2011
(PARI) a(n)=(10*n)^7 \\ Charles R Greathouse IV, Jul 29 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved