![]() |
|
|
#67 | |
|
"Mihai Preda"
Apr 2015
25338 Posts |
Quote:
znorder(Mod(2, p)) == 1620 So, using z(p) = znorder(Mod(2, p)), I think that: p | (2^k - 1) IFF z(p) | k. Then my question is answered like this: any prime p with z(p) > N does not divide 2^k - 1 for any k in [0..N]. So we translated the question into the distribution of z(p). Last fiddled with by preda on 2018-09-26 at 05:55 |
|
|
|
|
|
|
#68 |
|
Jun 2003
5,051 Posts |
|
|
|
|
|
|
#69 |
|
"Mihai Preda"
Apr 2015
3·457 Posts |
For a prime p, let's call z(p) the "multiplicative order of 2 modulo p" (AKA znorder(Mod(2,p)) in pari-gp).
Experimentally, it seems that the ratio of primes that produce "non-maximal order" (i.e. z(p) < p-1) gravitates towards the Golomb-Dickman constant, http://mathworld.wolfram.com/Golomb-...nConstant.html . Is that so, or just a coincidence? (z(p)<p-1 means z(p)<=(p-1)/2) Last fiddled with by preda on 2018-10-08 at 20:53 |
|
|
|
|
|
#70 |
|
"Mihai Preda"
Apr 2015
3×457 Posts |
Some information about the implementation in GpuOwl can be found in the GpuOwl thread:
https://mersenneforum.org/showthread...607#post498607 |
|
|
|
|
|
#71 | |
|
"Mihai Preda"
Apr 2015
3·457 Posts |
Quote:
interesting that Artin's constant is very close to (1 - Golomb-Dickman constant) |
|
|
|
|
|
|
#72 | |
|
Feb 2017
Nowhere
464310 Posts |
Quote:
|
|
|
|
|