VOOZH
about
URL: https://oeis.org/A013893
⇱ A013893 - OEIS
login
A013893
a(n) = 19^(5*n + 4).
1
130321, 322687697779, 799006685782884121, 1978419655660313589123979, 4898762930960846817716295277921, 12129821994589221844500501021364910179, 30034640110980377619945846078500632729311721, 74368742344158402044370289529129338200416023056379
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
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)=130321. -
Vincenzo Librandi
, May 27 2011
MATHEMATICA
NestList[2476099*# &, 130321, 10] (*
Paolo Xausa
, Jul 14 2025 *)
PROG
(Magma) [19^(5*n+4): n in [0..10]]; //
Vincenzo Librandi
, May 27 2011
CROSSREFS
Cf.
A001029
.
Sequence in context:
A250961
A225026
A202935
*
A393849
A013693
A103534
Adjacent sequences:
A013890
A013891
A013892
*
A013894
A013895
A013896
KEYWORD
nonn
AUTHOR
N. J. A. Sloane
STATUS
approved