Triangular Primes

What is the largest triangular number that is also a prime number?


The answer is 3.

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.

1 solution

Andrew Ellinor
Sep 25, 2015

Each triangular number T n T_n is of the form n ( n + 1 ) 2 \frac{n(n+1)}{2} for positive integers n n . We see pretty quickly that T 2 = 3 T_2 = 3 , which is prime. Let's show that there are no larger primes in this form.

If n n is an odd integer greater than 2, then n ( n + 1 ) 2 = ( 2 k + 1 ) ( 2 k + 2 ) 2 = ( 2 k + 1 ) ( k + 1 ) \frac{n(n + 1)}{2} = \frac{(2k + 1)(2k + 2)}{2} = (2k + 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 n > 2 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...