Here's what i know (or think i know) about the factoring.
For integer $n> 1 $
1) If $n$ is a positive power of $2$ then it is irreducible.
2) If $n$ is an odd prime then $$x^n + y^n = (x + y)(x^{n-1} - x^{n-2}y + \cdots - xy^{n-2} + y^{n-1} ) $$
3) If $n$ has an odd prime factor then it is factorable but the factorization is more complicated , for example $x^{14} + y^{14}$ has 2 distinct irreducible factors and $x^{15} + y^{15}$ has $4$ distinct irreducible factors.
Is there a connection between the prime factorization of $n$ and the number of distinct irreducible factors of $x^n + y^n$ ?
Is there a connection between $n$, AND the number of distinct irreducible factors , AND the highest power occurring in each factor? Example:
$$x^{15} + y^{15} = (x + y)(x^2 - \cdots)(x^4 - \cdots)(x^8 + \cdots)$$
In other words , i'm also asking if there is a connection between $n = 15$ , the number of factors $4$ , and the powers $\{1 , 2 , 4 , 8\}$
For this particular example the numbers work out nicely but i'm not sure the pattern is so obvious in general.
Thank you for your consideration in this matter.
$$x^4 + 1 = (x^2 + \sqrt{2}x + 1)(x^2 - \sqrt{2}x + 1)$$
This example is the simplest that comes to mind but there are many others. I get the feeling that root 2 somehow disqualifies this as a legitimate factorization but i'm not sure exactly why. That is why i asked over the reals , to allow these kind of factorings but they may be inappropriate , i don't know. :)
– neofoxmulder Mar 01 '14 at 19:33