I was watching a video recently, and I saw how 10*9*8*7 was equal to 7*6*5*4*3*2*1, or to make it clearer, 10!/6!=7!. I was wondering if there were any other solutions, so I checked the web, to find nothing. I also checked Wolfram alpha, but it gave me just two extra solutions for x=10 and point.
So, what kind of solutions are there? Are there infinite solutions for any arbitrary x? Are there infinite integer solutions for x and y?
Anything would help, I have no idea of how to find these kinds of solutions...
EDIT: Thomas Andrews told me that when talking about negative integers I should use the Gamma function. But to make it simple, can you simply extend the question to negative or complex numbers? Thanks.
Consider the primes that occur in the range $ \frac{x}{2} < p_i < x $.
If $x! = (y!)^2 (y+1)$, then each prime $p_i$ must occur exactly once, which means that $y < p_i $, and thus $y=p_i + 1$. Hence, if we have 2 primes in the range, then there is no possible value of $y$ that satisfies the equation.
We use a stronger form of Bertrand's Postulate, which state that if $n \geq 12$, then there is a prime between $n $ and $\frac{4}{3}n$. In particular, this gives us 2 primes between $n$ and $\left(\frac{4}{3} \right)^2n < 2n$.
Hence, we need only check for solutions up to $x= 25$. I leave you to check that the only solutions are $(x,y) = (10,6), (2,1), (1,0), (0,0).$
Note, the generalized version of Bertrand's postulate states that, for any constant $k>1$, there exists an integer $N$ such that for all $n>N$, there is a prime between $n$ and $kn$.
I just happen to know that for $k= \frac{4}{3}$, $N=12$. This gives 2 primes between $n$ and $2n$, which is often useful (like in this case).