Generalising Prime numbers

True or false :

P ( n ) = n 2 + n + 41 \ P(n) = n^2 + n + 41 is a prime for all integers n n where 0 n 100 0 \leq n \leq 100 .

False True

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.

3 solutions

P ( n ) P(n) is prime for all integers n n such that 0 n 39 0 \le n \le 39 , but

P ( 40 ) = 4 0 2 + 40 + 41 = 40 ( 40 + 1 ) + 41 = ( 40 + 1 ) 41 = 4 1 2 P(40) = 40^{2} + 40 + 41 = 40*(40 + 1) + 41 = (40 + 1)*41 = 41^{2} is composite.

Can you prove that it's an prime for natural numbers less than 40?

Arulx Z - 5 years, 5 months ago

Log in to reply

It was Euler that first noticed that n 2 + n + 41 n^{2} + n + 41 was a prime generating polynomial . This is a surprisingly complex topic, as evidenced by this paper .

Brian Charlesworth - 5 years, 5 months ago

Log in to reply

Thanks for reply. Links are very helpful (and pretty complex too).

Arulx Z - 5 years, 5 months ago
Ankit Nigam
Dec 29, 2015

In a simple way just put n = 41 n = 41 , we get 4 1 2 + 41 + 41 41^{2} + 41 + 41 and obviously 41 41 is a factor itself. Thus its not a prime for 0 0 \leq n n \leq 100 100

Nagarjuna Reddy
Dec 27, 2015

n (n+1)+41 iif we rewrite the given..n(n+1) is always even.41 +even always not a prime number.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...