Dr. Seafood
- 120
- 0
Splitting the reciprocal of a factorial into a sum of reciprocals of positive integer
I'm interested in finding all positive integers x, y such that {1 \over x} + {1 \over y} = {1 \over N!}, N \in \mathbb{N}. I think it's best to gather as many properties of solutions as possible, to make this problem as computationally simple as possible. I'm not sure if there's a closed form solution for (x, y) here. This is trivial for small N, but let's take N > 2.
If x, y are solutions for a given N!, we immediately get {{x + y} \over {xy}} = {1 \over N!} \implies {{xy} \over {x + y}} = N!. Since the right-side is an integer, we get x + y \mod xy = 0. Also, x = y always gives the solution x = y = 2N!, so let's assume without losing generality that x > y > 1.
Anything else ...? Maybe even a rapid solution?
I'm interested in finding all positive integers x, y such that {1 \over x} + {1 \over y} = {1 \over N!}, N \in \mathbb{N}. I think it's best to gather as many properties of solutions as possible, to make this problem as computationally simple as possible. I'm not sure if there's a closed form solution for (x, y) here. This is trivial for small N, but let's take N > 2.
If x, y are solutions for a given N!, we immediately get {{x + y} \over {xy}} = {1 \over N!} \implies {{xy} \over {x + y}} = N!. Since the right-side is an integer, we get x + y \mod xy = 0. Also, x = y always gives the solution x = y = 2N!, so let's assume without losing generality that x > y > 1.
Anything else ...? Maybe even a rapid solution?
Last edited: