[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A013892
a(n) = 19^(5*n + 3).
1
6859, 16983563041, 42052983462257059, 104127350297911241532841, 257829627945307727248226067259, 638411683925748518131605316913942641, 1580770532156861979997149793605296459437459, 3914144333903073791808962606796280957916632792441
OFFSET
0,1
FORMULA
a(n) = 2476099*a(n-1), a(0)=6859. - Vincenzo Librandi, May 27 2011
MATHEMATICA
19^(5*Range[0, 10]+3) (* or *) NestList[2476099#&, 6859, 10] (* Harvey P. Dale, Apr 20 2013 *)
PROG
(Magma) [19^(5*n+3): n in [0..10]]; // Vincenzo Librandi, May 27 2011
CROSSREFS
Cf. A001029.
Sequence in context: A114772 A354562 A013811 * A154086 A064351 A366205
KEYWORD
nonn
STATUS
approved