Short version of the question: Guess the next terms in the sequence : $D_{17},D_{19},D_{23}$ etc where
$$ \begin{array}{lcl} D_3 &=& (a\pm 1) \\ D_5 &=& (a\pm 1) (a^2-1 \pm 11a) \\ D_7 &=& (a\pm 1) (a^3-57a \pm 289a^2) (a^3-289a \pm (57a^2-1)) \\ D_{11} &=& (a\pm 1) \\ & & (a^5-7682623a^3+1013a \pm (1006734a^4-378283a^2+1)) \\ & & (a^5-378283a^3+1006734a \pm (1013a^4-7682623a^2+1)) \\ & & (a^5-14823682a^3+52529a \pm (397443a^4-40074443a^2-1)) \\ & & (a^5-40074443a^3+397443a \pm (52529a^4-14823682a^2-1)) \\ D_{13} &=& (a\pm 1) \\ & & (a^6-9355414620a^4+8689296a^2-1 \pm (107661336a^5-1738683444a^3+4083a)) \\ & & (a^6-8689296a^4+9355414620a^2-1 \pm (4083a^5-1738683444a^3+107661336a)) \\ & & (a^6-83308449621a^4+109554241470a^2+1 \pm (9398391a^5-176361556196a^3+586968a)) \\ & & (a^6+109554241470a^4-833084496210a^2+1 \pm (586968a^5-176361556196a^3+9398391a)) \\ & & (a^6+4464038148a^4-4464038148a^2+1 \pm (49433934a^5-57173803449a^3+49433934a)) \\ \end{array} $$
Detailed version : Let $p>2$ be a prime, and let $a\in {\mathbb Q}$ such that $v=\sqrt[p]{a}$ is irrational. Let $\omega$ be a primitive $p$-th root of unity. It is well-known then that ${\mathbb Q}(v,\omega)={\mathbb Q}(v+\omega)$ has degree $p(p-1)$ over $\mathbb Q$ (see for example, this MSE question). So there are uniquely defined rational fractions $f_0(a),f_1(a),f_2(a),\ldots,f_{p(p-1)-1}(a)$ such that the identity
$$ v=\sum_{k=0}^{p(p-1)-1} f_k(a)(v+\omega)^k $$
holds for all but finitely many $a$. Denote the (monic) lowest common denominator of all the $f_k$ by $D_p$. Then, calculations in PARI-GP for $p=3,5,7,11,13$ yield the values given above (where we use the condensed notation $e_1\pm e_2$ for $(e_1+e_2)(e_1-e_2)$).
Those results naturally suggest several questions (about which I am equally clueless) :
(1) What is the degree of $D_p$ in general ?
(2) Is it true that $a-1,a+1$ are always factors of $D_p$ ?
(3) Is it true that all the irreducible factors of $D_p$ (excepting $a\pm 1$) come in pairs (odd polynomial)$\pm$(even polynomial), that all those factors have degree $\frac{p-1}{2}$, cyclic Galois groups and constant term equal to $-1$ or $1$ ?
(4) Is it true that if $F$ is an irreducible factor of $D_p$ (other than $a\pm 1$) then so is the reciprocal polynomial $a^{\frac{p-1}{2}}F(\frac{1}{a})$ ?