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 (537824).
MATHEMATICA
14^(5*Range[0, 10]+1) (* or *) NestList[537824#&, 14, 10] (* Harvey P. Dale, Jun 26 2017 *)
PROG
(Magma) [14^(5*n+1): n in [0..10]]; // Vincenzo Librandi, Jul 09 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved