Let $T_n=3^{{2^n}}+1$, $n\geq 1$. I conjecture $$T_n=2^1\prod_{k=1}^m p_k^1$$ where $p_k$ are primes of the form $1+4k$, $k\in\mathbb{N}^*$. Note that the exponents on the $p_k$ are all $1$.
Numerically, it appears that this is true. I will provide the first few values as an example
(DFP stands for "prime factorization" ):
n = 1, 3^(2^n) + 1 = 10, DFP : 2^1 x 5^1
n = 2, 3^(2^n) + 1 = 82, DFP : 2^1 x 41^1
n = 3, 3^(2^n) + 1 = 6562, DFP : 2^1 x 17^1 x 193^1
n = 4, 3^(2^n) + 1 = 43046722, DFP : 2^1 x 21523361^1
It is easy to see that $2|T_n$ and the exponent $1$ on $2$ comes from the fact that $4$ does not divide $T_n$, We can prove that in the prime factorization of $T_n$, the $p_k\not\equiv 3\pmod 4$.
Addition
If $p>3$ is a prime number and divides $T_n$, then $p=1+k2^{n+1}$ for some $k\in \mathbb N$. If we assume that $p^2$ divides $T_n$, then $3^{2^n}\equiv -1 \mod p^2$, and with this integer $k$ ($k=\frac{p-1}{2^{n+1}}$), we have $3^{k2^{n+1}}=(3^{2^n})^{2k}\equiv 1 \mod p^2$. Thus, $3^{p-1}\equiv 1 \mod p^2$, which implies that $p^2$ divides $3^{p-1}-1$. But i dont see how to use this