What are the (monic) divisors of the polynomial $x^p-1$ in the ring $(\mathbb{Z}/p^n\mathbb{Z})[x]$?
For $n = 1$, the ring $(\mathbb{Z}/p\mathbb{Z})[x]$ is a UFD, and we have $x^p - 1 = (x-1)^p$.
For $n > 1$, however, factorizations are no longer unique. Given any $\lambda \in \mathbb{Z}/p^n\mathbb{Z}$ such that $\lambda \equiv 1 \mod{p^{n-1}}$, we have $\lambda^p = 1$, so $x-\lambda$ divides $x^p - 1$ over $\mathbb{Z}/p^n\mathbb{Z}$. Writing $x^p - 1 = f(x)(x-\lambda)$, we find another factor $f(x)$, but $f(x)$ does not have any roots, and I suspect it does not have any monic factors at all. Aside from these, are there any other factors?