I'm studying for an exam and trying to prove whether 1 is a triple root for the polynomial: $$x^{2n+1}-(2n+1)x^{n+1}+(2n+1)x^n-1$$ for every $n\geq1$.
In our math class we never solved such a problem. So far we only used horner's scheme to prove that someone is a root, double root or triple root.
Can you please help me solve this problem?