(All dots here means concatenation.)
Let $s= ab$ be a semiprime number, then I call s a "prime" semiprime if all these following conditions are satisfied:
- The reversal of $s$ is a prime
- The concatenation of $a$ and $b$ in any order(i.e. $a{.}b$ and $b{.}a$) are primes.
- And these following six are all also primes $s{.}a{.}b$, $s{.}b{.}a$, $a{.}s{.}b$, $b{.}s{.}a$, $a{.}b{.}s$, $b{.}a{.}s$.
I've search numbers up to $10000$, but I couldn't find a single semiprime that satisfies all these conditions, so what is the smallest "prime" semiprime?