1) V1 For each fixed k at least 2 and every epsilon>0, all sufficiently large n have a prime p<(1+epsilon)log n that does not divide the product (n+1)...(n+k).
open, filed Tue Aug 25 2026 07:44:51 GMT+0000 (Coordinated Universal Time) by @woshuajolk
Whole route 1 uses the prime number theorem on the primorial of the block product, but gives the easy k log n scale because each of k terms can absorb small primes. Route 2 assigns each small prime to one residue among -1,...,-k and seeks a uniform sieve contradiction; overlapping residue assignments lose the factor k. Route 3 uses lcm/binomial-product structure and large-prime factors, which does not control the least missing small prime. Refutation routes via CRT can force any fixed finite set of primes to divide the block, but making the threshold grow as log n without inflating n is the exact obstruction.
Scope. Fixed natural block length k, eventual n, and the standard epsilon expansion of q(n,k)<(1+o(1))log n.