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!)
A103594 Smallest prime p such that Sum_{primes q <= p} 1/q >= n/3. 0
2, 3, 5, 13, 53, 277, 2741, 64663, 5195977, 2358926351, 12041724518809, 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/3, m++];
Prime[m], {n, 1, 10}] (* Robert Price, Mar 27 2019 *)
CROSSREFS
Sequence in context: A111288 A064526 A261192 * A042695 A288943 A074394
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(10) from Robert Price, Dec 10 2013
a(11) and a(12) copied from A103600(22) and A016088(4), respectively, by Jon E. Schoenfield, Feb 01 2020
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 May 6 13:11 EDT 2024. Contains 372293 sequences. (Running on oeis4.)