A281889 a(n) is the least integer k such that more than half of all integers are divisible by a product of n integers chosen from 2..k.
3, 7, 433, 9257821
Offset: 1
Examples
For n=1, we have a(1) = 3 since for all m > 1, more than half of the integers in -m..m are divisible by an integer chosen from 2..3, i.e., either 2 or 3. We must have a(1) > 2, because the only integer in 2..2 is 2, but in each interval -2m-1..2m+1, only 2m+1 integers are even, so 2 is not a divisor of more than half of all integers in the precise sense given above.
Comments