For some integers , the values of the three binomial coefficients above are all palindromes with more than one digit. Find the minimum possible value of .
Note: These numbers are written in decimal representations.
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.
We can use Pascal's Triangle for an easier way for solving the problem. To find ( r n ) , ( r + 1 n ) , ( r + 2 n ) , look for three palindromes placed next to each other in a row of the triangle. Observe that 1001, 2002, and 3003 are next to each other and we are done. ( 4 1 4 ) gives 1001, and 14+4=18.