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.

A103594 Smallest prime p such that Sum_{primes q <= p} 1/q >= n/3.

This page as a plain text file.
%I A103594 #16 Feb 01 2020 18:57:03
%S A103594 2,3,5,13,53,277,2741,64663,5195977,2358926351,12041724518809,
%T A103594 1801241230056600523
%N A103594 Smallest prime p such that Sum_{primes q <= p} 1/q >= n/3.
%t A103594 Table[m = 1; s = 0; While[(s = s + 1/Prime[m]) < n/3, m++];
%t A103594 Prime[m], {n, 1, 10}] (* _Robert Price_, Mar 27 2019 *)
%Y A103594 Cf. A016088, A046024, A103591-A103600.
%K A103594 nonn
%O A103594 1,1
%A A103594 _James R. Buddenhagen_, Mar 28 2005
%E A103594 a(10) from _Robert Price_, Dec 10 2013
%E A103594 a(11) and a(12) copied from A103600(22) and A016088(4), respectively, by _Jon E. Schoenfield_, Feb 01 2020