Imagine two positive integers A and B. I want to combine these two into a single integer C.
There can be no other integers D and E which combine to C. So combining
Let number a be the first, b the second. Let p be the a+1-th prime number, q be the b+1-th prime number
a
b
p
a+1
q
b+1
Then, the result is pq, if a or 2pq if a>b. If a=b, let it be p^2.
pq
a or 2pq if a>b. If a=b, let it be p^2.
2pq
a>b
a=b
p^2