I'm just catching up with you, Victor. So all the smaller members of twin primes pairs are "hypotenuses"; other hypotenuses are all 3 mod 4. So the non-hypotenuses should include primes of the form 4n+1, where 4n+3 is composite. Note that we haven't proven that all primes of the form 4n+3 are hypotenuses, but so far I haven't found any counterexamples. (3, 2, 5), (7, 3, 5), (11, 3, 7), (19, 3, 11), (23, 3, 13), (31, 3, 17), (43, 3, 23), (47, 5, 13), (59, 3, 31) ... It certainly is starting to look like every prime is a *leg*. The correponding conjecture is: for every prime q there is a prime r such that (q-1)(r-1)-1 is prime. The scariest case I have found so far is 47, but then to my relief I found (1033, 23. 47). On Thu, Apr 14, 2011 at 1:29 PM, Victor Miller <victorsmiller@gmail.com>wrote:
Given an *odd* prime p, there exist primes q, r such that p+q+r = qr.
This is more profitably written as
p+1 = (q-1)(r-1)
So if q=2 then p,r must be twin primes If both q and r are odd, then p = 3 mod 4.
Victor