Let $S=n^2+n+41$. If you try with $n=1, 2, 3, \dots, 39$, $S$ is always prime. But if $n=40, 41$, $S$ is composite. Hence, there are infinite many positive integers $n$, such that $S$ is composite.
My question is: Are there infinite many positive integer $n$, such that $S$ is composite, but not divisible by 41?
Sketch:
Suppose that $p$ is a factor of $n^2+n+41$ for some $n$. Then $p$ is also a factor of $(n+p)^2+(n+p)+41$ since these expressions are equal modulo $p$.
Therefore, if you can find some $p\not=41$ which divides $n^2+n+41$ for some $n$, then the question is true. For instance, use $n=1$ and $p=43$.