Forum: Prime Cullen Prime
2006-12-26, 19:56
|
Replies: 22
Views: 16,341
It is about as fast as my program. My program...
It is about as fast as my program. My program only computes upto 2^31, so there is no way to compare on speeds after that. As for the compiler, I am using VC++ 6.0. Is there a better compiler I could...
|
Forum: Prime Cullen Prime
2006-12-26, 05:42
|
Replies: 22
Views: 16,341
@ rouge.
I was able to modify your program...
@ rouge.
I was able to modify your program yesterday, to suit my needs, but it did not become as fast as we thought it would have become. I just increased the size of the array that stores all the...
|
Forum: Prime Cullen Prime
2006-11-28, 22:57
|
Replies: 22
Views: 16,341
For small ranges like people at prothsearch.net...
For small ranges like people at prothsearch.net work on, my program is slightly slower than yours, but when it comes to just looking cullens where the index is prime, my program becomes several times...
|
Forum: Prime Cullen Prime
2006-11-25, 05:55
|
Replies: 22
Views: 16,341
|
Forum: Prime Cullen Prime
2006-11-24, 22:57
|
Replies: 22
Views: 16,341
|
Forum: Prime Cullen Prime
2006-11-24, 21:03
|
Replies: 22
Views: 16,341
Cullen prime problem (How everything began)
On http://primes.utm.edu/top20/page.php?id=6
There is an open problem to find a cullen prime p*2^p+1 where p is also prime. Has anyone done anywork on this?
I tried to write a crude sieving...
|