"widely binarily delicate prime"?
I think we can cover the high bits by only considering numbers that have particular values modulo 3, 5, 7, 13, 17, and 241 and have particular floor(log base 2) values modulo 24 (since 24=lcm(2, 4, 3, 12, 8, 24)). Hopefully that actually works out. Then hopefully some candidate numbers are small enough to actually perform "digitally delicate prime in binary" tests.
Perhaps contextualize as a DFA problem: Given natural numbers m, a<m, b<m, and c<m construct a DFA that accepts all 2**n such that, for all x where (lg x) mod (m-1) = c and x mod m = a, the following property holds: (2**(n+1+floor(lg x)) + x) mod m = b. (Does m have to be prime?)