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 (12167).
MATHEMATICA
23^(3*Range[0, 20]+2) (* or *) NestList[12167#&, 529, 20] (* Harvey P. Dale, Nov 22 2021 *)
PROG
(Magma) [23^(3*n+2): n in [0..10]]; // Vincenzo Librandi, Jun 27 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved