Consider the interior of Pascal's triangle, i.e. the triangle without numbers of the form $\binom{n}{0},\binom{n}{1},\binom{n}{n-1},\binom{n}{n}$.
How many numbers in the interior of Pascal's triangle are Mersenne numbers, that is, numbers of the form $2^n-1$ where $n\in\mathbb{Z^+}$?
I have found four such numbers: $\color{red}{\binom{6}{2}}=\color{red}{\binom{6}{4}}=15=2^4-1$ and $\color{red}{\binom{91}{2}}=\color{red}{\binom{91}{89}}=4095=2^{12}-1$. I searched, within the interior of Pascal's number, the smallest $10000$ numbers without repeats, the first $141$ rows, and $\binom{n}{2}$ up to $n=100000$.
Possibly related: There are no numbers of the form $2^n$ is the interior of Pascal's triangle (proof).
Context: I have been investigating Pascal's triangle, looking for new results. I thought of Mersenne primes, so this question naturally arose.
Partial results:
There are no further solutions to $\binom{n}{2} = 2^r-1$:
This is (one version of) the Ramanujan-Nagell equation, which has solutions only for $r = 0, 1, 2, 4, 12$. The proof is somewhat involved and requires some basic algebraic number theory.
There are also no nontrivial solutions to $\binom{n}{3} = 2^r -1$:
We can rewrite the equation as
\begin{align*} n(n-1)(n-2) &= 6(2^r-1)\\ n^3-3n^2+2n+6 &= 6\cdot 2^r\\ (n+1)((n-2)^2+2) &= 6\cdot 2^r. \end{align*} The factor $(n-2)^2 + 2$ is never divisible by $4$; so the only way it can divide $6 \cdot 2^r$ is if it is equal to $2$, $3$, or $6$, corresponding to $n = 2, 3,$ and $4$.