Motivated by this question, I started to ask myself why it is not known any Smarandache prime.
Note that we can generate the first nine Smarandache numbers with the expression $$10^{n-1}+2*10^{n-2}+3*10^{n-3}+...+(n-1)10+n$$
Therefore, it comes naturally the question of for which values of $x\in \mathbb Z^+$ does the polynomial $$x^{n-1}+2*x^{n-2}+3*x^{n-3}+...+(n-1)x+n$$ generate prime numbers.
Surprisingly, I have not been able to find any prime number generated by this polynomial for $x=3k+1,$ $k\in \mathbb Z^+$. Numbers get big very fast, so it would be great if someone could share some checking program to continue searching, provide any theoretical reason of why the polynomial does not generate prime numbers for those values of $x$, or provide some counterexample (i.e., a prime number generated by the polynomial for $x=3k+1$).
Thanks in advance!