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!)
A103597 Smallest number m such that Sum_{k=1..m} 1/prime(k) >= n/5. 0
1, 1, 2, 2, 3, 5, 7, 13, 25, 59, 170, 644, 3402, 27178, 361139, 8947437, 474314304 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(18) > 5*10^10. - Robert Price, Dec 10 2013
LINKS
MATHEMATICA
Table[m = 1; s = 0; While[(s = s + 1/Prime[m]) < n/5, m++];
m, {n, 1, 17}] (* Robert Price, Mar 27 2019 *)
CROSSREFS
Sequence in context: A062724 A126024 A179316 * A337745 A253853 A127678
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(2)-a(3) and a(16)-a(17) 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 24 18:03 EDT 2024. Contains 371962 sequences. (Running on oeis4.)