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 (28561).
MATHEMATICA
NestList[28561#&, 2197, 10] (* Harvey P. Dale, Aug 01 2021 *)
PROG
(Magma) [13^(4*n+3): n in [0..10]]; // Vincenzo Librandi, Jun 28 2011
(Maxima) makelist(13^(4*n+3), n, 0, 20); /* Martin Ettl, Oct 21 2012 */
(PARI) a(n) = 13^(4*n+3); \\ Altug Alkan, Sep 08 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved