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 (14641).
MATHEMATICA
11^(4*Range[0, 10]+1) (* or *) NestList[14641#&, 11, 10] (* Harvey P. Dale, Oct 12 2015 *)
PROG
(Magma) [11^(4*n+1): n in [0..10]]; // Vincenzo Librandi, Jun 28 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved