The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A018158 Powers of fifth root of 15 rounded up. 1
1, 2, 3, 6, 9, 15, 26, 45, 77, 131, 225, 387, 665, 1143, 1964, 3375, 5801, 9971, 17137, 29455, 50625, 87013, 149556, 257052, 441813, 759375, 1305193, 2243329, 3855770, 6627189, 11390625, 19577887, 33649922 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = ceiling(15^(n/5)). - Wesley Ivan Hurt, Dec 28 2013
MAPLE
A018158:=n->ceil(15^(n/5)); seq(A018158(n), n=0..50); # Wesley Ivan Hurt, Dec 28 2013
MATHEMATICA
Table[Ceiling[15^(n/5)], {n, 0, 50}] (* Wesley Ivan Hurt, Dec 28 2013 *)
CROSSREFS
Sequence in context: A114323 A355324 A293631 * A057928 A026735 A006868
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 May 19 14:45 EDT 2024. Contains 372698 sequences. (Running on oeis4.)