%I #13 Jun 14 2014 13:38:30
%S 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,29,
%T 30,31,32,33
%N Numbers n such that (number of primes <= n) is greater than or equal to (number of semiprimes <= n).
%C Conjecture: there are no additional terms.
%C We know from the asymptotic formulas (see Landau) that the sequence is finite. See also the graph of A243906. - _N. J. A. Sloane_, Jun 14 2014
%D E. Landau, Handbuch der Lehre von der Verteilung der Primzahlen, vol. 1, Teubner, Leipzig, 1909; third edition : Chelsea, New York (1974).
%t With[{nn=5000},Flatten[Position[Thread[{Accumulate[Table[ If[ PrimeOmega[n] == 2,1,0],{n,nn}]],PrimePi[Range[nn]]}],_?(Last[#]>=First[#]&),{1}, Heads-> False]]]
%Y Cf. A000040, A000720, A001358, A072000, A243906.
%K nonn
%O 1,2
%A _Harvey P. Dale_, Jun 14 2014