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 (371293).
FORMULA
a(0)=169, a(n)=371293*a(n-1). - Harvey P. Dale, Apr 21 2013
MATHEMATICA
13^(5Range[0, 10]+2) (* or *) NestList[371293#&, 169, 10] (* Harvey P. Dale, Apr 21 2013 *)
PROG
(Magma) [13^(5*n+2): n in [0..10]]; // Vincenzo Librandi, Jul 09 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved