How to prove there are no more positive integers that are products of 2 and 3 consecutive numbers?

468 Views Asked by At

$6$ and $210$ share the property that both are the products of both two and three consecutive numbers. $6$ is $2\times3$ and $1\times2\times3$ and $210$ is $14\times15$ and $5\times6\times7$. It was easy enough to write a program to search for more numbers with this property, I found that there were no more up to at least $1{,}000{,}000{,}000{,}000$ ($1$ Trillion). But it is beyond me to prove that there are either no more numbers like this or to find the next one. Any ideas?

1

There are 1 best solutions below

1
On BEST ANSWER

In his book Diophantine equation,(page $257-258$) L.J.Mordell proved that the equation $$y(y+1)=x(x+1)(x+2)$$ has only the integer solutions $x=-1,-2,0,1,5.$ enter image description here

enter image description here