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”).

A013894
a(n) = 20^(5*n + 1).
1
20, 64000000, 204800000000000, 655360000000000000000, 2097152000000000000000000000, 6710886400000000000000000000000000, 21474836480000000000000000000000000000000, 68719476736000000000000000000000000000000000000, 219902325555200000000000000000000000000000000000000000
OFFSET
0,1
FORMULA
a(n) = 3200000*a(n-1), a(0)=20. - Vincenzo Librandi, May 27 2011
PROG
(Magma) [20^(5*n+1): n in [0..10]]; // Vincenzo Librandi, May 27 2011
CROSSREFS
Cf. A009964.
Sequence in context: A051117 A180725 A013812 * A128671 A172766 A048948
KEYWORD
nonn
STATUS
approved