Found a 2,000-digit prime hidden inside the division of two small prime numbers
I’ve been running a script to search for prime numbers hidden inside the decimal expansions of quotients of smaller primes, and I found an interesting pair.
When you divide a = 53874151 by b = 44453401 (both prime), the first 2,000 digits after the decimal point form a 2,000-digit prime number.
I verified the 2,000-digit sequence using standard Miller-Rabin tests to confirm its primality.
For anyone interested or skeptical, you can compute the division and run your own primality checks on those values to double-check.