mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Math

Reply
 
Thread Tools
Old 2013-02-04, 23:42   #45
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
República de California

1163910 Posts
Default M(24036583)

B -smoothness: 24036583 is 1078 of 1171, percentile = 8.03
SL[sup]2[/sup]-smoothness: 24036583 is 1078 of 1171, percentile = 8.03
Attached Files
File Type: gz smooth_24036583.txt.gz (20.6 KB, 149 views)
ewmayer is offline   Reply With Quote
Old 2013-02-04, 23:43   #46
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
República de California

103·113 Posts
Default M(25964951)

B -smoothness: 25964951 is 316 of 1169, percentile = 73.05
SL[sup]2[/sup]-smoothness: 25964951 is 265 of 1169, percentile = 77.42
Attached Files
File Type: gz smooth_25964951.txt.gz (20.6 KB, 132 views)
ewmayer is offline   Reply With Quote
Old 2013-02-04, 23:44   #47
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
República de California

103×113 Posts
Default M(30402457)

B -smoothness: 30402457 is 16 of 1187, percentile = 98.74
SL[sup]2[/sup]-smoothness: 30402457 is 67 of 1187, percentile = 94.44
Attached Files
File Type: gz smooth_30402457.txt.gz (21.1 KB, 157 views)
ewmayer is offline   Reply With Quote
Old 2013-02-04, 23:45   #48
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
República de California

103×113 Posts
Default M(32582657)

B -smoothness: 32582657 is 148 of 1168, percentile = 87.41
SL[sup]2[/sup]-smoothness: 32582657 is 9 of 1168, percentile = 99.32
Attached Files
File Type: gz smooth_32582657.txt.gz (20.8 KB, 137 views)
ewmayer is offline   Reply With Quote
Old 2013-02-04, 23:46   #49
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
República de California

103·113 Posts
Default M(37156667)

B -smoothness: 37156667 is 501 of 1122, percentile = 55.44
SL[sup]2[/sup]-smoothness: 37156667 is 675 of 1122, percentile = 39.93
Attached Files
File Type: gz smooth_37156667.txt.gz (20.0 KB, 130 views)
ewmayer is offline   Reply With Quote
Old 2013-02-04, 23:46   #50
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
República de California

103·113 Posts
Default M(42643801)

B -smoothness: 42643801 is 36 of 1173, percentile = 97.02
SL[sup]2[/sup]-smoothness: 42643801 is 17 of 1173, percentile = 98.64
Attached Files
File Type: gz smooth_42643801.txt.gz (20.7 KB, 155 views)
ewmayer is offline   Reply With Quote
Old 2013-02-04, 23:47   #51
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
República de California

103×113 Posts
Default M(43112609)

B -smoothness: 43112609 is 512 of 1114, percentile = 54.13
SL[sup]2[/sup]-smoothness: 43112609 is 165 of 1114, percentile = 85.28
Attached Files
File Type: gz smooth_43112609.txt.gz (19.9 KB, 148 views)
ewmayer is offline   Reply With Quote
Old 2013-02-04, 23:51   #52
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

722110 Posts
Default

May we please see the source?

Do you have a scatter plot of these percentiles, or shall I make one?
Dubslow is offline   Reply With Quote
Old 2013-02-05, 00:09   #53
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
República de California

1163910 Posts
Default

Quote:
Originally Posted by Dubslow View Post
May we please see the source?
Attached. I didn't take the time to un-bundle it from the rest of my comp-NT code, so standalone builders will need to replace the missing boilerplate header-includes with the few needed typedefs (e.g. uint32) and utility functions (e.g. modpow).

Quote:
Do you have a scatter plot of these percentiles, or shall I make one?
Feel free - but consider waiting until tomorrow when one more datum will get added.
Attached Files
File Type: zip mprime_exp_smooth.zip (53.2 KB, 142 views)
ewmayer is offline   Reply With Quote
Old 2013-02-05, 00:09   #54
firejuggler
 
firejuggler's Avatar
 
Apr 2010
Over the rainbow

23×52×13 Posts
Default

ewmayer, what about M48? hmm?

Last fiddled with by ewmayer on 2013-02-05 at 00:12 Reason: "Tomorrow, tomorrow, you'll see it tomorrow / It's less than a day awaaay..."
firejuggler is online now   Reply With Quote
Old 2013-02-05, 00:13   #55
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

160658 Posts
Default

Quote:
Originally Posted by ewmayer View Post
Attached. I didn't take the time to un-bundle it from the rest of my comp-NT code, so standalone builders will need to replace the missing boilerplate header-includes with the few needed typedefs (e.g. uint32) and utility functions (e.g. modpow).


Feel free - but consider waiting until tomorrow when one more datum will get added.
Well I have little to do tonight, along with knowledge of M48, so...

Edit: I copied in Msieve's util.h, which looked like it fit the bill. But I'm not entirely sure how to go about replacing the rest.
Code:
mprime_exp_smooth.c:41:2: warning: implicit declaration of function ‘ncmp_uint32’ [-Wimplicit-function-declaration]
mprime_exp_smooth.c:49:2: warning: implicit declaration of function ‘ncmp_uint64’ [-Wimplicit-function-declaration]
mprime_exp_smooth.c:89:3: warning: implicit declaration of function ‘twopmodq32_x8’ [-Wimplicit-function-declaration]
mprime_exp_smooth.c:94:5: warning: implicit declaration of function ‘ASSERT’ [-Wimplicit-function-declaration]
mprime_exp_smooth.c:94:12: error: ‘HERE’ undeclared (first use in this function)
mprime_exp_smooth.c:132:3: warning: implicit declaration of function ‘twopmodq32’ [-Wimplicit-function-declaration]
The cmps should be easy to replace (assuming they don't do anything particularly fancy I'm unaware of), and it looks like twopmodq32(uint32 a, uint32 b) = 2^a mod b. It also looks like twopmodq32_x8(uint32 a-h) calculates each of 2^(a-1)%a, 2^(b-1)%b, ... presumably in some sort of optimized batch fashion?

I'm not sure what your ASSERT/HERE macros/thingies are though... sorry, that's probably a really newbie thing to say

Edit: A not-really-informative scatter plot.
Attached Thumbnails
Click image for larger version

Name:	Untitled.jpg
Views:	191
Size:	52.1 KB
ID:	9273  

Last fiddled with by Dubslow on 2013-02-05 at 01:13
Dubslow is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mersenne Prime Exponent Distribution PawnProver44 Miscellaneous Math 26 2016-03-18 08:48
PC shuts down randomly. Need Help please mdq Hardware 38 2009-05-23 09:35
Fun with the new Mersenne prime exponent ewmayer Lounge 4 2006-09-06 20:57
Distributed Factoring and prime testing algorithms bunbun Software 6 2006-03-27 17:14
Mersenne composites (with prime exponent) Dougy Math 4 2005-03-11 12:14

All times are UTC. The time now is 18:00.


Fri Jul 16 18:00:43 UTC 2021 up 49 days, 15:47, 1 user, load averages: 1.20, 1.34, 1.41

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.