As in the title, for which positive integers $k$, $3k+1$ is prime? I think that $k$ at least cannot be $k=2m+1$, because then $3(2m+1)+1=6m+4=2(3m+2)$, which is not a prime number, so we got to look at even numbers $k$.
It also cannot be of form $k=10m+8$, because then $3(10m+8)+1=30m+25=5(6m+5)$, which is not a prime number.
Any ideas?