OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..100
Tanya Khovanova, Recursive Sequences
Index entries for linear recurrences with constant coefficients, signature (160000).
FORMULA
a(n) = 160000*a(n-1). - Harvey P. Dale, Dec 30 2012
MAPLE
MATHEMATICA
20^(4*Range[0, 10]+1) (* or *) NestList[160000#&, 20, 10] (* Harvey P. Dale, Dec 30 2012 *)
PROG
(Magma) [20^(4*n+1): n in [0..15]]; // Vincenzo Librandi, Jul 06 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved