cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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

This page as a plain text file.
%I A103592 #23 Mar 23 2021 05:02:44
%S A103592 2,5,29,277,11789,5195977,118185163069,1801241230056600523
%N A103592 a(n) is the smallest prime p such that Sum_{primes q <= p} 1/q >= n/2.
%t A103592 Table[m = 1; s = 0; While[(s = s + 1/Prime[m]) < n/2, m++];
%t A103592 Prime[m], {n, 1, 8}] (* _Robert Price_, Mar 27 2019 *)
%Y A103592 Cf. A016088, A046024, A103591-A103600.
%K A103592 nonn
%O A103592 1,1
%A A103592 _James R. Buddenhagen_, Mar 28 2005
%E A103592 a(7)-a(8) from _Martin Raab_, Aug 24 2008
%E A103592 a(7) corrected by _Martin Raab_, Mar 31 2009