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!)
A103595 Smallest number m such that Sum_{k=1..m} 1/prime(k) >= n/4. 1
1, 1, 2, 3, 5, 10, 21, 59, 231, 1413, 15474, 361139, 22347214, 4833601540 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(15) > 5*10^10. - Robert Price, Dec 10 2013
LINKS
MATHEMATICA
Table[m = 1; s = 0; While[(s = s + 1/Prime[m]) < n/4, m++];
m, {n, 1, 14}] (* Robert Price, Mar 27 2019 *)
CROSSREFS
Sequence in context: A352818 A346970 A001646 * A293842 A014844 A307264
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(1) and a(13)-a(14) 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 16 13:34 EDT 2024. Contains 371712 sequences. (Running on oeis4.)