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 (225).
FORMULA
MAPLE
seq(15^(2*n+1), n=0..11); # Nathaniel Johnston, Jun 25 2011
MATHEMATICA
15^(2Range[0, 12]+1) (* Harvey P. Dale, Feb 09 2011 *)
PROG
(Magma) [15^(2*n+1): n in [0..15]]; // Vincenzo Librandi, Jun 26 2011
(PARI) a(n)=15^(2*n+1) \\ Charles R Greathouse IV, Jul 11 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved