Skip to content

Write about searching for widely digitally delicate primes in base 2 #1

@grencez

Description

@grencez

"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?)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions