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!)
A013907 a(n) = 23^(5*n + 2). 1
529, 3404825447, 21914624432020321, 141050039560662968926103, 907846434775996175406740561329, 5843211045545439551605946764725979847, 37608910510519071039902074217516707306379521, 242063847902005849254176436075394136454464685331703 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
a(n) = 6436343*a(n-1), a(0)=529. - Vincenzo Librandi, May 29 2011
E.g.f.: 529*exp(6436343*x). - Alejandro J. Becerra Jr., Jun 27 2021
MATHEMATICA
23^(5*Range[0, 10]+2) (* or *) NestList[6436343#&, 529, 10] (* Harvey P. Dale, Aug 17 2017 *)
PROG
(Magma) [23^(5*n+2): n in [0..10]]; // Vincenzo Librandi, May 29 2011
CROSSREFS
Cf. A009967.
Sequence in context: A207219 A213700 A013773 * A048455 A158368 A250795
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)