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 (125).
FORMULA
MAPLE
seq(5^(3*n+2), n=0..12); # Nathaniel Johnston, Jun 26 2011
PROG
(Magma) [5^(3*n+2): n in [0..20]]; // Vincenzo Librandi, May 25 2011
(PARI) a(n)=5^(3*n+2) \\ Charles R Greathouse IV, Jul 11 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved