The Miller–Rabin (or Rabin-Miller) primality test is an algorithm that determines whether a given number is prime.
Is it possible to construct a number that will pass an arbitrary number of Miller-Rabin and Rabin-Miller test rounds?
This Generating Strong Prime Numbers Report paper has test numbers that pass 20 rounds of MR.
I would like a general method test number that can pass $n$ (for example, $n = 50$) rounds, if such a thing is possible.
Thanks for any insights.
