What is the largest triangular number that is also a prime 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.
Each triangular number T n is of the form 2 n ( n + 1 ) for positive integers n . We see pretty quickly that T 2 = 3 , which is prime. Let's show that there are no larger primes in this form.
If n is an odd integer greater than 2, then 2 n ( n + 1 ) = 2 ( 2 k + 1 ) ( 2 k + 2 ) = ( 2 k + 1 ) ( k + 1 ) is not prime as it is a product of two positive integers each larger than 1. A similar argument follows for even n > 2 .