Блог пользователя liujiaxi1234567

Автор liujiaxi1234567, история, 4 месяца назад, По-английски

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?

Полный текст и комментарии »

  • Проголосовать: нравится
  • +112
  • Проголосовать: не нравится