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!)
A103592 a(n) is the smallest prime p such that Sum_{primes q <= p} 1/q >= n/2. 2
2, 5, 29, 277, 11789, 5195977, 118185163069, 1801241230056600523 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[m = 1; s = 0; While[(s = s + 1/Prime[m]) < n/2, m++];
Prime[m], {n, 1, 8}] (* Robert Price, Mar 27 2019 *)
CROSSREFS
Sequence in context: A098682 A108367 A191621 * A209428 A098026 A179823
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(7)-a(8) from Martin Raab, Aug 24 2008
a(7) corrected by Martin Raab, Mar 31 2009
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)