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!)
A013845 a(n) = 7^(5*n + 4). 1
2401, 40353607, 678223072849, 11398895185373143, 191581231380566414401, 3219905755813179726837607, 54116956037952111668959660849, 909543680129861140820205019889143, 15286700631942576193765185769276826401 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
a(n+1) = 16807*a(n). - Harvey P. Dale, Sep 29 2015
MATHEMATICA
7^(5*Range[0, 20]+4) (* or *) NestList[16807#&, 2401, 20]
PROG
(Magma) [7^(5*n+4): n in [0..15]]; // Vincenzo Librandi, Jul 08 2011
CROSSREFS
Sequence in context: A226092 A097015 A222461 * A352730 A031776 A251774
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)