Is there a way of deducing the smallest integer values for $a, b$ and $c$ that satisfy either
$( a ^ b ) + c = d$
or
$( a ^ b ) - c = d$
such that the addition $( a + b + c )$ is the smallest possible integer?
I am wanting to do this for some very large integer values up to approximately 14 000 000 000 000 digits long. I may have to work with some smaller numbers to start with however.
I could write a computer program to determine some numbers but I was wondering if there is some higher level mathematics involved that could provide a solution please.
I am looking for a way to see if they can be determined mathematically without using a computer program to do so that uses loops to find any solution.
– John Anthony Oliver Jan 23 '14 at 16:55