OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..50
Tanya Khovanova, Recursive Sequences
Index entries for linear recurrences with constant coefficients, signature (3200000).
FORMULA
a(n) = 3200000*a(n-1), a(0)=8000. - Vincenzo Librandi, May 27 2011
MATHEMATICA
20^(5Range[0, 20]+3) (* or *) NestList[3200000#&, 8000, 20] (* Harvey P. Dale, Dec 05 2021 *)
PROG
(Magma) [20^(5*n+3): n in [0..10]]; // Vincenzo Librandi, May 27 2011
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved