What is the smallest value of for which is not a prime number ?
Note: is a non-negative number.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The expression n 2 + n + 4 1 does generate prime numbers for every natural number n from 1 to 3 9 . However, since n 2 + n = n ( n + 1 ) , it cannot be the case that n 2 + n + 4 1 is prime when n + 1 = 4 1 ; that is, when n = 4 0 because, then, we have 4 0 ( 4 1 ) + 4 1 = 4 1 2 , divisible by 4 1 .