I wrote a program to check and found, when $0\leq n \leq 39$, $n^2+n+41$ are primes.
But now I wonder: does it have a simple method to prove when $0\leq n \leq 39$, $n^2+n+41$ are primes without check it one by one?
Update: A similar question Prove that $n^2+n+41$ is prime for $n<40$