Let be the sequence of all triangular numbers that are divisible by , ordering from smallest to largest.
Then compute at .
Have a look at my problem set: SAT 1000 problems
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.
Let the n th triangular number be T ( n ) = 2 n ( n + 1 ) . Then b 1 = T ( 4 ) , b 2 = T ( 5 ) , b 3 = T ( 9 ) , b 4 = T ( 1 0 ) , b 5 = T ( 1 4 ) , b 6 = T ( 1 5 ) , .... We have:
b n = { T ( 2 5 ( n − 1 ) + 4 ) T ( 2 5 n ) when n is odd. when n is even.
Since 2 k − 1 = 4 0 3 9 is odd, we have
b 4 0 3 9 = T ( 2 5 ( 4 0 3 9 − 1 ) + 4 ) = T ( 1 0 0 9 9 ) = 2 1 0 0 9 9 × 1 0 0 1 0 0 = 5 0 9 9 9 9 5 0