The XOR version of Goldbach's Conjecture?

Правка en2, от liujiaxi1234567, 2026-01-05 16:47:52

Just found that seems any even number which greater than 2 can be decomposed into the XOR of two prime numbers.

It can be proven when n <= 1e9(by code).

Can anyone prove it or falsify it?

Edit:

It seems that every even integer $$$n$$$ (in any base $$$k$$$) can be represented as the digit-wise sum of two primes without carry.

Moreover,

for every odd integer $$$n$$$ (in an odd base $$$k$$$) can be represented as the digit-wise sum of two primes without carry.

Are they right?

Теги xor, goldbach conjecture, math

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский liujiaxi1234567 2026-01-05 16:47:52 290
en1 Английский liujiaxi1234567 2026-01-05 11:08:30 234 Initial revision (published)