mersenneforum.org  

Go Back   mersenneforum.org > Math Stuff > Computer Science & Computational Number Theory > PARI/GP

Reply
 
Thread Tools
Old 2010-08-30, 15:41   #1167
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

110100100002 Posts
Default

Also: I upped the sieving range to 1.5 billion.
3.14159 is offline   Reply With Quote
Old 2010-08-30, 15:47   #1168
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

135338 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
@CRG: Can you make a quick script that asks NewPGen to sieve for a certain base-range?
Why don't you? I don't use these programs much -- I'm not interested in prime searching, in general.
CRGreathouse is offline   Reply With Quote
Old 2010-08-30, 15:48   #1169
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3×1,993 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
if you check the primes in this sequence out until the exponent of the largest Mersenne prime confirmed you'll see they are all prime for which 2^s-1 is not prime.
So your theory is that if p = 2^k * (s+1) - 1, then 2^p - 1 is composite?

If so, next time say it that way so we can understand you.

Last fiddled with by CRGreathouse on 2010-08-30 at 15:49
CRGreathouse is offline   Reply With Quote
Old 2010-08-30, 15:58   #1170
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26·131 Posts
Default

Quote:
Originally Posted by CRGreathouse View Post
So your theory is that if p = 2^k * (s+1) - 1, then 2^p - 1 is composite?

If so, next time say it that way so we can understand you.
considering I don't understand how the equation works out I can't express it in that manner.
science_man_88 is offline   Reply With Quote
Old 2010-08-30, 16:02   #1171
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

135338 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
considering I don't understand how the equation works out I can't express it in that manner.
OK, well look at my last two posts on the matter and calculate out some terms to tell me if that's what you mean. (I can't do anything further until I see if this is what you mean. I never can -- communication is hard enough in general, and you seem to never give me quite enough information.)
CRGreathouse is offline   Reply With Quote
Old 2010-08-30, 16:04   #1172
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

203008 Posts
Default

I see how the equation works now and I think you are accurate. so now you get what I mean ?

but more specific to s values I haven't found a way to predict them yet if I do I'll let you know. I know that's what you're afraid of.

Last fiddled with by science_man_88 on 2010-08-30 at 16:06
science_man_88 is offline   Reply With Quote
Old 2010-08-30, 16:06   #1173
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

3·2,083 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
Code:
Error occuring in PFGW at Mon Aug 30 10:54:47 2010
Expr = 3460*308^308+1
Detected in MAXERR>0.45 (round off check) in prp_using_gwnum
Iteration: 75/2557 ERROR: ROUND OFF 0.5>0.45
PFGW will automatically rerun the test with -a1
Do you by chance know if PFGW successfully reran the test with -a1 (next higher FFT length)? If so, then we're good; if not, we have a problem.

Max
mdettweiler is offline   Reply With Quote
Old 2010-08-30, 16:10   #1174
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Quote:
Originally Posted by Matt
Do you by chance know if PFGW successfully reran the test with -a1 (next higher FFT length)? If so, then we're good; if not, we have a problem.
I tested it with WinPFGW. The tests do work, fortunately.
3.14159 is offline   Reply With Quote
Old 2010-08-30, 16:11   #1175
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

175B16 Posts
Default

110503 = 2^3*(13812+1)-1
132049 = 2^1*(66024+1)-1
216091 = 2^2*(54022+1)-1
756839 = 2^3*(94604+1)-1
859433 = 2^1*(429716+1)-1
1257787 = 2^2*(314446+1)-1
1398269 = 2^1*(699134+1)-1
2976221 = 2^1*(1488110+1)-1
3021377 = 2^1*(1510688+1)-1
6972593 = 2^1*(3486296+1)-1
13466917 = 2^1*(6733458+1)-1
CRGreathouse is offline   Reply With Quote
Old 2010-08-30, 16:18   #1176
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Quote:
Originally Posted by CRGreathouse
110503 = 2^3*(13812+1)-1
132049 = 2^1*(66024+1)-1
216091 = 2^2*(54022+1)-1
756839 = 2^3*(94604+1)-1
859433 = 2^1*(429716+1)-1
1257787 = 2^2*(314446+1)-1
1398269 = 2^1*(699134+1)-1
2976221 = 2^1*(1488110+1)-1
3021377 = 2^1*(1510688+1)-1
6972593 = 2^1*(3486296+1)-1
13466917 = 2^1*(6733458+1)-1
Are these numbers prime? What's the intent here?
3.14159 is offline   Reply With Quote
Old 2010-08-30, 16:19   #1177
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3×1,993 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
Are these numbers prime? What's the intent here?
They're in reply to posts #1165 and #1172.
CRGreathouse is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why do I sometimes see all the <> formatting commands when I quote or edit? cheesehead Forum Feedback 3 2013-05-25 12:56
Passing commands to PARI on Windows James Heinrich Software 2 2012-05-13 19:19
Ubiquity commands Mini-Geek Aliquot Sequences 1 2009-09-22 19:33
64-bit Pari? CRGreathouse Software 2 2009-03-13 04:22
Are these commands correct? jasong Linux 2 2007-10-18 23:40

All times are UTC. The time now is 23:14.


Fri Aug 6 23:14:02 UTC 2021 up 14 days, 17:43, 1 user, load averages: 4.95, 4.40, 4.13

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.