Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Computing Goldbach
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Fermat  
View profile  
 More options Feb 23 2006, 4:54 pm
Newsgroups: sci.math
From: "Fermat" <mitrois...@gmail.com>
Date: 23 Feb 2006 13:54:26 -0800
Local: Thurs, Feb 23 2006 4:54 pm
Subject: Computing Goldbach
I was wondering what are the current methods for verifying Goldbach's
Conjecture up to a certain number?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gerry Myerson  
View profile  
 More options Feb 23 2006, 5:26 pm
Newsgroups: sci.math
From: Gerry Myerson <ge...@maths.mq.edi.ai.i2u4email>
Date: Thu, 23 Feb 2006 22:26:08 GMT
Local: Thurs, Feb 23 2006 5:26 pm
Subject: Re: Computing Goldbach
In article <1140731666.341436.280...@z34g2000cwc.googlegroups.com>,

 "Fermat" <mitrois...@gmail.com> wrote:
> I was wondering what are the current methods for verifying Goldbach's
> Conjecture up to a certain number?

Pick an even number, n.
See whether n - 3 is prime.
If not, see whether n - 5 is prime.
If not, see whether n - 7 is prime.
If not, see whether n - 11 is prime.
etc.
Once you've found a prime p such that n - p is prime,
do the same for n + 2.
etc.

--
Gerry Myerson (ge...@maths.mq.edi.ai) (i -> u for email)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christian Bau  
View profile  
 More options Feb 23 2006, 6:27 pm
Newsgroups: sci.math
From: Christian Bau <christian....@cbau.freeserve.co.uk>
Date: Thu, 23 Feb 2006 23:27:26 +0000
Local: Thurs, Feb 23 2006 6:27 pm
Subject: Re: Computing Goldbach
In article <1140731666.341436.280...@z34g2000cwc.googlegroups.com>,

 "Fermat" <mitrois...@gmail.com> wrote:
> I was wondering what are the current methods for verifying Goldbach's
> Conjecture up to a certain number?

Find all the odd primes between 0 and 200,000,000.

To verify Goldbach's conjecture up to 200,000,000:

Make a sieve of all even numbers from 4 to 200,000,000.
Remove 4 because 4 = 2 + 2.
Remove 3+p for all primes p <= 200,000,000 - 3 from the sieve.
Remove 5+p for all primes p <= 200,000,000 - 5 from the sieve.
Remove 7+p for all primes p <= 200,000,000 - 7 from the sieve.
Remove 11+p for all primes p <= 200,000,000 - 11 from the sieve.

and so on, until the sieve is empty. If the sieve gets empty, GC is
verified up to 200,000,000, otherwise it is false.

Now repeat the following with M = 200,000,000, M = 300,000,000, M =
400,000,000 etc. etc:

Create a sieve with all even numbers from M+2 to M+100,000,000.

Find the largest prime p < M. Remove q + p from the sieve for all primes
q, M-p < q <= M-p + 100,000,000, taking the primes q from the sieve.

Replace p with the next smaller prime, and again remove primes of the
form q+p from the sieve.

Repeat until either the sieve is empty (GC has been verified for values
M < N <= M + 100,000,000) or until the nextsmaller prime p is less than
M - 100,000,000 (verification has failed, needs a closer look).

That should be reasonably fast. You can use a sieve to find all primes p
such that M - 100,000 <= p < M; that is likely enough.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil Carmody  
View profile  
 More options Feb 24 2006, 2:55 am
Newsgroups: sci.math
From: Phil Carmody <thefatphil_demun...@yahoo.co.uk>
Date: 24 Feb 2006 09:55:17 +0200
Local: Fri, Feb 24 2006 2:55 am
Subject: Re: Computing Goldbach

You're convolving step functions - has no-one attempted a FFT-style
attack yet?

Phil
--
What is it: is man only a blunder of God, or God only a blunder of man?
-- Friedrich Nietzsche (1844-1900), The Twilight of the Gods


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »