OFFSET
1,2
COMMENTS
Conjecture: there are no additional terms.
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
REFERENCES
E. Landau, Handbuch der Lehre von der Verteilung der Primzahlen, vol. 1, Teubner, Leipzig, 1909; third edition : Chelsea, New York (1974).
MATHEMATICA
With[{nn=5000}, Flatten[Position[Thread[{Accumulate[Table[ If[ PrimeOmega[n] == 2, 1, 0], {n, nn}]], PrimePi[Range[nn]]}], _?(Last[#]>=First[#]&), {1}, Heads-> False]]]
CROSSREFS
KEYWORD
nonn
AUTHOR
Harvey P. Dale, Jun 14 2014
STATUS
approved