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!)
A178598 a(n) is the smallest integer such that the geometric mean of the first n terms is >= n. 1
1, 4, 7, 10, 12, 14, 18, 20, 23, 26, 29, 31, 34, 36, 40, 42, 45, 47, 50, 53, 56, 59, 61, 64, 66, 69, 72, 75, 78, 80, 83, 85, 89, 91, 93, 97, 99, 102, 105, 107, 110, 113, 115, 119, 121, 123, 127, 129, 132, 134, 137, 140, 143, 145, 149, 150, 154, 156, 159, 162, 165, 167 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) is approximately e * n, but the growth is a bit irregular.
LINKS
PROG
(PARI) al(n)=local(r, t); vector(n, k, if(k==1, r=t=1, r*=(t=ceil(k^k/r)); t))
CROSSREFS
Cf. A178599.
Sequence in context: A310674 A104036 A214641 * A310675 A176292 A050173
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 21 00:58 EDT 2024. Contains 372720 sequences. (Running on oeis4.)