I want to show that $n^2 \mid P(n)$, where $$P(n) = \frac{n^2(n+1)^2(n+2)(n+3)}{48}$$ for every odd positive integer $n$. The approach I took involved showing that $\cfrac{P(n)}{n^2}$ is always an integer (for such $n$), but then I had to create a polynomial even more complex and then prove nine different cases. While it did provide a valid proof (as far as I know), I have a feeling it was more work than I needed.
So my question is: are there "simpler" proofs to this problem, and what are their approaches/methods? By simpler I roughly mean: prove less cases, reduce the problem to a simpler form, etc; basically a solution that takes up less "space" on paper. (I know that's not the best explanation, sorry!)
Thank you very much!