In factordb, I came across this factorization :
CF 1413 (show) (521^521-1)/520<1413> = 8794442339...49<706> · 6489962533...29<707>
How were these factors found ?
The factors should be algebraic or aurifeuillan factors, but I have no idea in which way. Any ideas ?
I believe there is a way to generate the reciprocal polynomial factors $\Phi_n(nx^2)$ or $\Phi_{2n}(nx^2)$ for prime $n$ depending on the congruence $\pmod 4$. The former are $1$ while the latter are $3$ $\pmod 4$. Given the field of $n$-th roots of unity, let $r$ be any primitive $n$-th root of unity, and $f$ is the first factor of $\Phi_n(nx^2)$ or $\Phi_{2n}(nx^2)$. Then there is a polynomial $t$ in terms of $r$ such that the minimal polynomial of $t$ is $f$. It is possible (but may require extensive computation), to generate this minimal polynomial for large prime $n$.
For example, take $n=5$, and
$\Phi_5(5x^2)=(25x^4 - 25x^3 + 15x^2 - 5x + 1)(25x^4 + 25x^3 + 15x^2 + 5x + 1)$
The reciprocal of the first factor is $x^4 - 5x^3 + 15x^2 - 25x + 25$.
If $r$ is a primitive $5$th root of unity, then the minimal polynomial of $r^3-r^2-r+1$ is $x^4 - 5x^3 + 15x^2 - 25x + 25$. When $r$ is a $10$th root of unity, the minimal polynomial $r^3-r^2-r+1$ is $x^4 - 5x^3 + 5x^2 + 5x + 5$. (I thought this would generate the second factor but I guess not). The computations were performed with PARI/GP:
I also treated $r$ as an $n$-th root of unity for other prime $n$, taking the minimal polynomial of $r^3-r^2-r+1$ and obtained similar polynomials. I don't know weather these polynomials have any relation with the aurifeuillan factors of $\Phi_n(nx^2)$ or $\Phi_{2n}(nx^2)$ or could be used to solve factorization of $(n^n+-1)/(n+-1)$:
Any leads further from this?