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

%I #23 Mar 23 2021 05:02:44

%S 2,5,29,277,11789,5195977,118185163069,1801241230056600523

%N a(n) is the smallest prime p such that Sum_{primes q <= p} 1/q >= n/2.

%t Table[m = 1; s = 0; While[(s = s + 1/Prime[m]) < n/2, m++];

%t Prime[m], {n, 1, 8}] (* _Robert Price_, Mar 27 2019 *)

%Y Cf. A016088, A046024, A103591-A103600.

%K nonn

%O 1,1

%A _James R. Buddenhagen_, Mar 28 2005

%E a(7)-a(8) from _Martin Raab_, Aug 24 2008

%E a(7) corrected by _Martin Raab_, Mar 31 2009

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 August 8 07:31 EDT 2024. Contains 375020 sequences. (Running on oeis4.)