ManiSadati's blog

By ManiSadati, history, 9 years ago, In English

HI :)

here is my submission : 22598258

It dosen't use Goldbach's Conjecture .

Do you think this solution is true ? or testcases were weak?

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

»
9 years ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

Why 200? Why 1900? As long as these numbers are randomly selected your solution is wrong.

»
9 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

You are assumimg that any even number n < 109 can be decomposed as n = p + q with p, q primes and p < 1900. Similar for odd number n = p + q + t with p, q < 200.

I've tried some random n and the maximum minimum p I could get is 1171, for n = 343553258.