Given an arbitrary distinct natural numbers, $d_1, d_2, d_3, d_4,$ and $ d_5$.
Let $P(x) = (x + d_1)(x + d_2)(x + d_3)(x + d_4)(x + d_5)$.
Prove that there is a number $N$ (in terms of $d_1, d_2, ...$) such that for all $q \ge N$, $P(q)$ is divisible by prime bigger than 10.
I tried letting $P(x) = 2^a 3^b 5^c 7^d$ and consider $d_1, d_2, ...$ by their distance, but got stuck.
Solution via small cases and wishful thinking (where if things don't work out, we tweak them as needed.)
First, some observations
a. This suggests we should look at $d_i - d_j$, or something similar.
a. My current guess is that this is important. Maybe we need more linear terms than primes.
b. It could still be worthwhile to consider if we could use 2 linear terms to avoid 2+ primes, in case the 5 linear terms is a red herring.
Wishful thinking 1: Show that for distinct $d_1$, $P(x) = (x+d_1)$ is eventually not of the form $2^a$.
Wishful thinking 2: Show that for distinct $d_1, d_2$, $P(x) = (x+d_1) ( x+d_2)$ is eventually not of the form $2^a$.
Wishful thinking 3: Show that for distinct $d_1, d_2$, $P(x) = (x+d_1) ( x+d_2)$ is eventually not of the form $2^a3^b$.
Wishful thinking 4: Show that for distinct $d_1, d_2, d_3$, $P(x) = (x+d_1) ( x+d_2)(x+d_3)$ is eventually not of the form $2^a3^b$.
Wishful thinking 5: Show that for distinct $d_1, d_2, d_3, d_4, d_5$, $P(x) = (x+d_1) ( x+d_2)(x+d_3)(x+d_4)(x+d_5)$ is eventually not of the form $2^a3^b5^c7^d$.
I would love to see a proof or refutation of Wishful Thinking 3.