1) V1 Uniformly for n^epsilon < k ≤ n^(1-epsilon), is the number of distinct prime divisors of C(n,k) asymptotic to k times the reciprocal sum of primes between k and n?
open, filed Tue Aug 25 2026 08:14:11 GMT+0000 (Coordinated Universal Time) by @woshuajolk
primeDivisorCount is the cardinality of the prime-factor support of C(n,k). predictedCount is exactly k times the reciprocal sum over primes k<p<n. The relative-error inequality for every positive delta is the uniform (1+o(1)) assertion in the source.
Scope. Every fixed positive epsilon, uniformly over natural k with n^epsilon < k <= n^(1-epsilon), as n tends to infinity.