Is $\frac{q^p-1}{q-1}$ always squarefree with $q,p$ prime and $p>2$ and $(q,p)=(3,5)$ excluded?
This is a follow up of $3^p-2^p$ squarefree?
I know the case $q=2$ (Mersenne) and $q=3$ are still open, but is there a similar/generalised conjecture for the other prime $q$?
The following PARI/GP-code finds examples :
So, for example $$\frac{53^{23}-1}{53-1}$$ is not squarfree.