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 (625).
FORMULA
MATHEMATICA
5^(4*Range[0, 10]+1) (* or *) NestList[625#&, 5, 10] (* Harvey P. Dale, Jul 12 2012 *)
PROG
(Magma) [5^(4*n+1): n in [0..15]]; // Vincenzo Librandi, Jun 28 2011
(PARI) a(n)=5^(4*n+1) \\ Charles R Greathouse IV, Jul 11 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved