login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A013896 a(n) = 20^(5*n + 3). 1
8000, 25600000000, 81920000000000000, 262144000000000000000000, 838860800000000000000000000000, 2684354560000000000000000000000000000, 8589934592000000000000000000000000000000000, 27487790694400000000000000000000000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
a(n) = 3200000*a(n-1), a(0)=8000. - Vincenzo Librandi, May 27 2011
MATHEMATICA
20^(5Range[0, 20]+3) (* or *) NestList[3200000#&, 8000, 20] (* Harvey P. Dale, Dec 05 2021 *)
PROG
(Magma) [20^(5*n+3): n in [0..10]]; // Vincenzo Librandi, May 27 2011
CROSSREFS
Cf. A009964.
Sequence in context: A223482 A224647 A013813 * A345582 A345839 A140929
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 02:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)