Find the smallest prime which can be represented as sum of a prime and its reversal.
The prime that is being reversed and then added to itself to form a new prime must:
a) have an odd number of digits, because any number with an even number of digits, when added to its reversal, is divisible by 11
b) start with an even number, in order that the resulting sum end in an odd number