OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..50
Tanya Khovanova, Recursive Sequences
Index entries for linear recurrences with constant coefficients, signature (6436343).
FORMULA
a(n) = 6436343*a(n-1), a(0)=529. - Vincenzo Librandi, May 29 2011
E.g.f.: 529*exp(6436343*x). - Alejandro J. Becerra Jr., Jun 27 2021
MATHEMATICA
23^(5*Range[0, 10]+2) (* or *) NestList[6436343#&, 529, 10] (* Harvey P. Dale, Aug 17 2017 *)
PROG
(Magma) [23^(5*n+2): n in [0..10]]; // Vincenzo Librandi, May 29 2011
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved