While I am waiting for the basketball NBA game between Cleveland Cavaliers and Golden State Warriors to begin I sort of played with the sequence $a_n={10}^{2n}+10^{n}+1$ in a way that I looked for the prime factors for small values of $n$.
For $n=1$ we have $111=3 \cdot 37$.
For $n=2$ we have $10101=3 \cdot 7 \cdot 13 \cdot 37$
For $n=3$ we have $1001001=3 \cdot 333667$
For $n=4$ we have $100010001=3 \cdot 7 \cdot 13 \cdot 37 \cdot 9901$
For $n=5$ we have $10000100001=3 \cdot 31 \cdot 37 \cdot 2906161$
For these small values of $n$ we see that $a_n={10}^{2n}+10^{n}+1$ have no repeated prime factors, in other words, for these small values of $n$ every prime number in the factorization occurs with an exponent $1$.
I am interested in the following:
What is the smallest value of $n$ for which $a_n={10}^{2n}+10^{n}+1$ has repeated prime factor?
For $n=14$ you get $$10^{28}+10^{14}+1=3\times7^2\times13\times37\times43\times127\times1933\times2689\times459691\times10838689,$$ and checking the smaller values of $n$ shows that this is the smallest that will do.