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 (83521).
MATHEMATICA
17^(4*Range[0, 20]+3) (* or *) NestList[83521#&, 4913, 20] (* Harvey P. Dale, Dec 11 2017 *)
PROG
(Magma) [17^(4*n+3): n in [0..15]]; // Vincenzo Librandi, Jul 06 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved