I thought it would be fun to explain their conversation in simpler words!
Jon mentioned that numbers like 15 and 21 have a special form:
(2^n - 1) × (2^n + 1)
In everyday language, that's:
In binary (1s and 0s), this tends to create patterns with strings of 1s, then some 0s, and then a 1 again.
Stephan noticed something odd:
Stephan tried even relaxing the formula a bit, but still couldn't make 21 behave the same way. He wondered:
"Am I misunderstanding something?"
Jon replied that 7 is 2³ - 1, which is fine. But 3 is a bit unusual — it’s special because:
In binary, 3 is written as "11" — two 1s without any 0s between them. That’s rare and different from the neat patterns he was originally talking about.
So, in short:
In math, especially in cryptography, tiny details matter a lot. Even numbers that seem similar can have hidden quirks once you dive into how they look in binary. And sometimes, a "special" form works perfectly for one number but only almost for another!
No comments yet.
You must be logged in to leave a comment. Login here