A294907 a(n) is the smallest number k such that exactly half of the prime(n+1)-rough numbers in the interval [prime(n)^2 + 1, k] are prime.
87, 925, 4757, 17699, 43357, 97703, 187813, 350321, 595871, 920081, 1405609, 2024047, 2827861, 3931217, 5348053, 7053941, 9058607, 11637667, 14631209, 18251339, 22657429, 27786589, 33829567, 40651799, 48209237, 56928409, 67107197, 78713287, 92233283, 107643667
Offset: 1
Keywords
Examples
The 1st prime is 2, and exactly half of the 42 3-rough numbers (i.e., odd numbers) in the interval [2^2 + 1, 87] are prime, and more than half of the 3-rough numbers in [5, k] are prime for all k < 87, so a(1)=87. The 2nd prime is 3, and exactly half of the 306 5-rough numbers (i.e., numbers that are not divisible by 2 or 3) in the interval [3^2 + 1, 925] are prime, and more than half of the 5-rough numbers in [10, k] are prime for all k < 925, so a(2) = 925.
Comments