OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Tanya Khovanova, Recursive Sequences
Index entries for linear recurrences with constant coefficients, signature (8000).
MATHEMATICA
NestList[8000#&, 400, 10] (* Harvey P. Dale, May 11 2018 *)
PROG
(Magma) [20^(3*n+2): n in [0..10]]; // Vincenzo Librandi, Jun 27 2011
(PARI) a(n)=20^(3*n+2) \\ Charles R Greathouse IV, Jul 10 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved