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 (1419857).
FORMULA
a(n) = 1419857*a(n-1). - Harvey P. Dale, Sep 24 2016
MATHEMATICA
17^(5*Range[0, 20]+1) (* or *) NestList[1419857#&, 17, 20] (* Harvey P. Dale, Sep 24 2016 *)
PROG
(Magma) [17^(5*n+1): n in [0..10]]; // Vincenzo Librandi, Jul 10 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved