OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..90
Tanya Khovanova, Recursive Sequences
Index entries for linear recurrences with constant coefficients, signature (6859).
FORMULA
a(n) = 6859*a(n-1), a(0)=361. - Vincenzo Librandi, May 24 2011
MATHEMATICA
NestList[6859#&, 361, 10] (* Harvey P. Dale, Aug 19 2019 *)
PROG
(Magma) [19^(3*n+2): n in [0..15]]; // Vincenzo Librandi, May 24 2011
(PARI) a(n)=19^(3*n+2) \\ Charles R Greathouse IV, Jul 10 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved