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!)
A013844 a(n) = 7^(5*n + 3). 1
343, 5764801, 96889010407, 1628413597910449, 27368747340080916343, 459986536544739960976801, 7730993719707444524137094407, 129934811447123020117172145698449, 2183814375991796599109312252753832343 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
a(n) = 16807*a(n-1); a(0)=343. - Harvey P. Dale, Aug 10 2012
MATHEMATICA
7^(5*Range[0, 10]+3) (* or *) NestList[16807#&, 343, 10] (* Harvey P. Dale, Aug 10 2012 *)
PROG
(Magma) [7^(5*n+3): n in [0..15]]; // Vincenzo Librandi, Jul 08 2011
(Maxima) makelist(7^(5*n+3), n, 0, 20); /* Martin Ettl, Oct 21 2012 */
CROSSREFS
Sequence in context: A294663 A222460 A013787 * A013306 A044878 A085336
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 16 14:17 EDT 2024. Contains 371740 sequences. (Running on oeis4.)