![]() |
|
|
#12 |
|
Einyen
Dec 2003
Denmark
61278 Posts |
I think you made a mistake because I do not get any spikes when plotting number of factors with k=1 in bins of 1M, and it would not fit with the heuristic estimate of the number of sophie germain primes below n: 1.32032 * n / (ln n)^2
|
|
|
|
|
|
#13 |
|
Apr 2019
2·11 Posts |
Yes. The plot certainly seemed odd, I suspected there might be a problem. It turned out to be the line endings in the file. Your file must be from Windows it had (\r\n) CR+LF style line endings. When I read it into Sage w/ Python on my Mac that was causing a problem. Once I stripped out the line endings, then I get a plot very similar to yours. Thanks AGAIN.
|
|
|
|
|
|
#14 | |
|
Serpentine Vermin Jar
Jul 2014
7·11·43 Posts |
Quote:
|
|
|
|
|
|
|
#15 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
31×173 Posts |
Quote:
Last fiddled with by kriesel on 2019-04-23 at 07:53 |
|
|
|
|
|
|
#16 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
250516 Posts |
Your sampling size at these boundaries changes by a factor of 10, so the curve has sharp bumps by a factor of 10. (The curve of expected densities is roughly logarithmic. And if you remove sampling bias, it will be.)
|
|
|
|
|
|
#17 | |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
5·19·103 Posts |
Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Possible values for k (in Mersenne factors) | James Heinrich | Math | 127 | 2019-09-23 06:22 |
| Factors found before ECM starts | MisterBitcoin | YAFU | 1 | 2018-08-10 16:58 |
| No factors found | aketilander | PrimeNet | 9 | 2011-05-17 11:32 |
| C program to rapidly verify all factors in GIMPS database | GP2 | Programming | 8 | 2005-01-03 07:49 |