A013891 a(n) = 19^(5*n + 2).
361, 893871739, 2213314919066161, 5480386857784802185939, 13569980418174090907801371961, 33600614943460448322716069311260139, 83198449060887472631428936505541918917761, 206007596521214410095208558252435839890349094339
Offset: 0
Keywords
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).
Crossrefs
Cf. A001029.
Programs
-
Magma
[19^(5*n+2): n in [0..10]]; // Vincenzo Librandi, May 27 2011
-
Mathematica
19^(5*Range[0,20]+2) (* Harvey P. Dale, Apr 27 2012 *)
Formula
a(n) = 2476099*a(n-1), a(0)=361. - Vincenzo Librandi, May 27 2011