Find all pairs of prime numbers (a,b) such that a^b*b^a+1 is prime
a b
2 2 == 17 is prime
2 3 == 73 is prime
3 2 == 73 is prime