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!)
A013812 a(n) = 20^(4*n+1). 1
20, 3200000, 512000000000, 81920000000000000, 13107200000000000000000, 2097152000000000000000000000, 335544320000000000000000000000000, 53687091200000000000000000000000000000, 8589934592000000000000000000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
a(n) = 160000*a(n-1). - Harvey P. Dale, Dec 30 2012
MAPLE
A013812:=n->20^(4*n+1): seq(A013812(n), n=0..10); # Wesley Ivan Hurt, Mar 31 2017
MATHEMATICA
20^(4*Range[0, 10]+1) (* or *) NestList[160000#&, 20, 10] (* Harvey P. Dale, Dec 30 2012 *)
PROG
(Magma) [20^(4*n+1): n in [0..15]]; // Vincenzo Librandi, Jul 06 2011
CROSSREFS
Sequence in context: A056104 A051117 A180725 * A013894 A128671 A172766
KEYWORD
nonn,easy
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 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)