$\textbf{Question}.$
i) For how many integers $n$ with |$n$|$<500$, can the polynomial $p_n(x)=x^6+n$ be written as a product of two non-constant polynomials with integer coefficients?
ii) How will number of solutions depend on $k>0$ if we replace the condition |$n$|$<500$ by |$n$|$<k$.
iii) Does there exist a $m>6$ such that $p_n(x)=x^m+n$ can never be factored for any $n>0$
$\textbf{Thoughts.}$ For last part if $n$ is prime, then by Eisenstein's criterion, it will never be factored as it will be irreducible whatever the $m$ be, but for any general integer $n$, it is too hard to say anything?
For first part that is case of |$n$|$<500$ , again for all primes less than $500$, it is false, so if we write $n=ab$, then $p_n(x)=x^6+ab=(x^3+a)(x^3+b) $ if $(a+b=0)$. But there can be many cases, is there a method or check for all?


$$x^2-a^2=(x-a)(x+a)$$ $$x^3-a^3=(x-a)(x^2+ax+a^2)$$ $$x^3+a^3=(x+a)(x^2-ax+a^2)$$ In general, Using this identities we can factor $x^6+n$ for suitable $n.$
Note that $6=2\times 3.$
That means you have to find the number of $n$ such that $-500<n<500$ with the forms $-a^2, -a^3, a^3.$