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 (2476099).
FORMULA
a(n) = 2476099*a(n-1), a(0)=361. - Vincenzo Librandi, May 27 2011
MATHEMATICA
19^(5*Range[0, 20]+2) (* Harvey P. Dale, Apr 27 2012 *)
PROG
(Magma) [19^(5*n+2): n in [0..10]]; // Vincenzo Librandi, May 27 2011
(PARI) a(n)=19^(5*n+2) \\ Charles R Greathouse IV, May 31 2026
CROSSREFS
KEYWORD
nonn,easy,changed
AUTHOR
STATUS
approved
