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!)
A103593 Smallest number m such that Sum_{k=1..m} 1/prime(k) >= n/3. 0
1, 2, 3, 6, 16, 59, 400, 6467, 361139, 114916199 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) <= e^(e^(n/3)), therefore a(10) < 1492725701441. - Stefan Steinerberger, Mar 18 2006
a(11) > 5*10^10. - Robert Price, Dec 10 2013
LINKS
Eric Weisstein's World of Mathematics, Harmonic Series of Primes
MATHEMATICA
Table[m = 1; s = 0; While[(s = s + 1/Prime[m]) < n/3, m++];
m, {n, 1, 10}] (* Robert Price, Mar 27 2019 *)
CROSSREFS
Sequence in context: A087983 A340911 A328409 * A174118 A368947 A006449
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
a(10) from Robert Price, Dec 10 2013
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 23 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)