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)=160000. - Vincenzo Librandi, May 27 2011
MATHEMATICA
20^(5*Range[0, 10]+4) (* or *) NestList[3200000#&, 160000, 10] (* Harvey P. Dale, Feb 15 2016 *)
PROG
(Magma) [20^(5*n+4): n in [0..10]]; // Vincenzo Librandi, May 27 2011
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved