I looked at the list of Mersenne Primes on Wikipedia and checked the primality of (2^43112610 - 2^43112609 - 1) on Wolfram Alpha, but to test for any results larger than that, the results are inconclusive.
The largest discovered prime number is a Mersenne Prime (2^82589933 − 1), so I'm wondering how I can go about testing (2^82589934 - 2^82589933 − 1).
That’s because both are equal. We have
2^(n+1) = 2 × 2^(n) = 2^(n) + 2^(n)
so 2^(n+1) - 2^(n) - 1
= 2^(n) + 2^(n) - 2^(n) - 1
= 2^(n) - 1