$n| 3^n +1$
My progress so far:
$3^n + 1$ is even , thus $n$ is also even
$3^n + 1 \equiv n \equiv 2 \mod 10$ or $3^n + 1 \equiv n \equiv 0 \mod 10$
$3^n + 1 \equiv n \equiv 1 \mod 3$ / I'm not quite sure about this
I've found 3 solutions: $n=1, n=2, n=10$
Are there more?
First we can say that clearly $n$ is not divisible by $3$.
And clearly $n=1$ is a solution because $1$ divides every integer.
So $n\mid 3^n+1 \implies 3^n\equiv -1 \bmod n$. We know from Fermat's Little Theorem that for $p$ prime, $3^n\equiv 3 \bmod p$, so to have $n$ prime we need $3\equiv -1\bmod n$, so $n\mid 4 \implies n=2$ is the only prime solution.
Otherwise since $3\nmid n$ we know that there is some minimum $k>0$ with $3^k\equiv 1\bmod n$. (This $k$ is $\text{ord}_n(3)$.) Now if there is a value $\ell>0$ such that such that $3^\ell\equiv -1\bmod n$ then the minimum value of $\ell$ is $k/2$, since $3^{2\ell}\equiv -1^2\equiv 1 \bmod n$. If $k$ is not even, there will be no solution and even if $k$ is even, it's not guaranteed that there is such a value, since there will be other roots of $1$ with $n$ composite.
So we need $k:=\text{ord}_n(3)$ even and does not divide $n$, with $\ell:=k/2$ divides $n$ and $3^\ell\equiv -1\bmod n$.
... to be continued with Carmichael function and proof of $2\cdot 5^i$ solutions...