Today I noted that $(18^3-1)/(18-1) = 343 = 7^3$, and that there are no other solutions to the equation $(a^3-1)/(a-1) = b^3$ with $b \le 100000$. There are, however, many solutions to the equation $$ \frac{a^p-1}{a-1} = cb^p \qquad(\star) $$ for some integer $c \ge 1$, when $p=3$.
When $p=5$, there are far fewer solutions to $(\star)$, two of which are $a=37107$ and $a=46709$.
My question is: Under what conditions does $(\star)$ have any solutions? This is clearly related to problems like Fermat's Last Theorem and Catalan's Conjecture, but is not nearly as restrictive, e.g., I'm not requiring that $a-1$ also be a $p$th power.
This should be a comment but is too long for the comment-functionality
The following 3 examples are from my small treatize on that "fermatquotient(Wikipedia)"-problem, done in Pari/GP, where the "%" sign means the "mod"-operation, and should (and does) result in "zero" in this cases:
There are arbitrarily many such cases but the scheme is a bit too complicated to do it here, but thats what my treatize is exactly about. Here is the "initial observation" to show how it proceeds;