Consider numbers of the form $p^n - p$ where $p>2$ is a prime and $n>1 \in \mathbb{Z}$. How many of these have a unique representation? $2184$ can be written in this form $2$ ways, $3^7-3, 13^3-13$, can any other numbers?
The OEIS sequence entry A057896 consists of numbers which can be expressed $m^k-m$ more than one way. The number $2184$ is the only one listed which has $m$ prime for both solutions and a computational bound of $10^{24}$ is given under which no other solutions have been found. The related sequence A308324 is a subsequence of A057896 which allows only prime $m$.
The question is closely related to the the Pillai Conjecture since uniqueness would imply there are no other solutions (except $3,13$) to the Diophantine Equation $p^n - q^m = p - q$. In 2001 Bennett showed that for fixed p and q this equation has at most two solutions (no triple representations) and further conjectured that the general equation (allowing $p$ and $q$ to be composite) has only the 8 solutions which he presents. For only one of those solutions $(3,13)$ is $p$ and $q$ both prime.
If the conjecture made by Bennett is correct this is the only solution to this equation. See his paper On Some Exponential Equations of S. S. Pillai for more details.