The number $x^4+x^3+x^2+x+1$ is the product of two values of $x^2+3x+1 \pm (x+1) \sqrt{5x}$
Since $x = 5^{25}$ makes $\sqrt{5x}=5^{13}$, it has a solution.
This has been known since the time of K.F.Gauss.
Cunningham Project
The number $b^n-1$ represents a number of $n$ digits, each $b-1$, in base b, and thus the divisors correspond to numbers with period of $n$. For example, with $b=10, n=7$, we get the number $9999999$. A good deal of number theory has gone into this.
One can find that there is a unique factor $^bA_n$ for every value of b and n, and that any pair are coprime, unless $p \mid n$ and $m/n$ is a power of $p$. Apart from these and sevenites, the list of factors of $^bA_n$ is just the list of primes with this as a period.
Primes that have a period of n, by Fermat's little theory, are of the form $p=mx+1$. While this greatly reduces the number of primes to check, it really is not enough.
Gauss's quadratic law tells us if the period n divides p an even or odd number of times, and for most values of n, this halves the number of primes to search. But where the base is of the form $b=xy^2$, then the values of either x (for 1 mod 4), or 2x (for 2, 3 mod 4), have an algebraic factorisation of the kind given above.
So, for example, where b=120, x=30, and we would find that ^{120}A_{120a+60} has an algebraic factorisation, that is, odd numbers times 2*30. For b=10, x=10, and we find that ^{10}A_{40a+20} has an algebraic factorisation.
The Cunningham project is to find the factors of these A values, as far as technology permits, for b=2-10, 12. I have done similar runs for base 120. The tables contain some unimaginately large numbers, and more than half of them contain a value larger than $\sqrt{A}$.
The number in this example is $^5A_{125}$, which passes the second test (ie algebraic and gaussian factorisation), but the rest is an uninspiringly large number best left to utilities like factor
.
For $b^n-a^n$, the same general rules hold, except that the divisors of the base are $ab$, and $abx$ as square defines the value of $x$. So $3^n-2^n$ is a sixth-square, and like all sixth-squares (6, 24, 54, ...), it follows that $A_n$ has a factorisation if $n$ is an twelve times an odd number.