0,1
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Tanya Khovanova, Recursive Sequences
a(n)=25*a(n-1), n>0; a(0)=5. G.f.: 5/(1-25*x). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 23 2008]
E.g.f.: 5*exp(25*x). [From Mohammad K. Azarian (azarian(AT)evansville.edu), Dec 23 2008]
(MAGMA) [5^(2*n+1): n in [0..20]]; // Vincenzo Librandi, May 26 2011
Sequence in context: A067081 A195801 A154022 * A202628 A109345 A194502
Adjacent sequences: A013707 A013708 A013709 * A013711 A013712 A013713
nonn,easy
N. J. A. Sloane (njas(AT)research.att.com).