I'm certain that I'm not the first person to ask this question, but I'm wondering what techniques can be used to attempt to find the prime factorization of $$m=\underbrace{696969\cdots 69}_{69\text{ times}}$$
I know that $$m=69\cdot\underbrace{101010\cdots 101}_{68\text{ times} }=3\cdot 23\cdot \sum\limits_{k=0}^{68}100^k=3\cdot 23\cdot\frac{100^{69}-1}{99}$$ From there, I'm not aware of any good way to find the prime factors $$\frac{100^{69}-1}{99}$$ Are there any methods that might lend themselves to factoring that number other than simply using a computer and trial and error?
Most useful information comes from factorizing the polynomial $F(x) = \frac{x^{138} - 1}{x^2 - 1}$, which can be easily expressed as a product of cyclotomic polynomials:
$$F(x) = \phi_3(x)\phi_3(-x)\phi_{23}(x)\phi_{23}(-x)\phi_{69}(x)\phi_{69}(-x),$$ where $\phi_n(x)$ is the $n$-th cyclotomic polynomial.
Thus it suffices to factorize the numbers $\phi_3(\pm 10)$, $\phi_{23}(\pm 10)$, $\phi_{69}(\pm 10)$. I don't think there are any smart methods to do that, other than calculating the numbers and passing them to a factorization algorithm. This perhaps can be seen from the results: \begin{eqnarray} \phi_3(10) &=& 3 \times 37\\ \phi_3(-10) &=& 7 \times 13\\ \phi_{23}(10) &=& 11111111111111111111111\\ \phi_{23}(-10) &=& 47 \times 139 \times 2531 \times 549797184491917\\ \phi_{69}(10) &=& 277 \times 203864078068831 \times 1595352086329224644348978893\\ \phi_{69}(-10) &=& 31051 \times 143574021480139 \times 24649445347649059192745899.\\ \end{eqnarray}