Question: Do there exist infinitely many primes of the form $p*q,$ where $*$ denotes concatenation and $p$ and $q$ are both prime?
On my way into the grocery store the other day, I had the above curiosity pop into my head. Originally, I thought about the number of primes of the form $p * p,$ but I quickly realized that there are none. Explicitly, the number $n$ of digits of such an integer is twice the number of digits of $p,$ hence we have that $p * p = p(10^n + 1).$ For instance, we have that $55 = 5 \cdot 11 = 5(10^1 + 1),$ $1111 = 11 \cdot 101 = 11(10^2 + 1),$ $101101 = 101 \cdot 1001 = 101(10^3 + 1),$ etc. Revising my question a bit, I was immediately able to find several such pairs of primes $p * q$ for distinct primes $p$ and $q.$ For instance, the pairs $(2, 3),$ $(5, 9),$ and $(13, 7)$ give the primes $23,$ $59,$ and $137,$ respectively.
Unfortunately, I am not very familiar with techniques used to show that there are infinitely many primes of a certain form. Even worse, it is not always true that $p * q$ is prime whenever $p$ and $q$ are distinct primes (e.g., $57 = 3 \cdot 19$ is not prime); otherwise, we could invoke Dirichlet's Theorem. I would appreciate any observations or insights into the matter. Thank you for your consideration.