liujiaxi1234567's blog

By liujiaxi1234567, history, 4 months ago, In English

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?

Full text and comments »

  • Vote: I like it
  • +112
  • Vote: I do not like it