mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Blogorrhea > enzocreti

Reply
 
Thread Tools
Old 2018-06-27, 14:51   #56
axn
 
axn's Avatar
 
Jun 2003

116748 Posts
Default

Quote:
Originally Posted by enzocreti View Post
And so residue 6 mod 7 cannot occur?
Nothing he said has anything to do with whether 6 (mod 7) can occur as a prime. In fact, looking at the factorization of small values of the sequence, I don't think there is any particular reason for 6 to be an impossible value.

My prediction is, if you find enough primes (say another 20 or so), at least one of them will turn out to be 6 mod 7. Or more efficiently, a concerted effort to search all the 6 mod 7 numbers will eventually turn up a prime.
axn is online now   Reply With Quote
Old 2018-06-27, 15:05   #57
Dr Sardonicus
 
Dr Sardonicus's Avatar
 
Feb 2017
Nowhere

4,643 Posts
Default

Quote:
Originally Posted by enzocreti View Post
And so residue 6 mod 7 cannot occur?
As mentioned long, long ago in this thread, the remainder 6 (mod 7) occurs when k == 1 (mod 3) and m == 3 (mod 6), or when k == 2 (mod 3) and m == 4 (mod 6).

The first occurrence of a remainder of 6 (mod 7) in the sequence is with k = 10, m = 3:

f(10) = 1023511 == 6 (mod 7).

The next occurrence is k = 11, m = 4:

f(11) = 20471023 == 6 (mod 7)

The vector of remainders (mod 7) up to k = 100 is

[3, 3, 3, 3, 0, 3, 2, 5, 3, 6, 6, 3, 4, 6, 3, 5, 2, 3, 1, 4, 3, 3, 3, 3, 2, 0, 3, 6, 5, 3, 4, 6, 3, 4, 2, 3, 5, 4, 3, 1, 3, 3, 3, 3, 3, 2, 0, 3, 6, 5, 3, 4, 6, 3, 5, 2, 3, 1, 4, 3, 3, 3, 3, 3, 0, 3, 2, 5, 3, 6, 6, 3, 4, 6, 3, 5, 2, 3, 1, 4, 3, 3, 3, 3, 2, 0, 3, 6, 5, 3, 4, 6, 3, 4, 2, 3, 5, 4, 3, 1]

The remainder 6 (mod 7) occurs for about 1/9 of all k. When an f(k) == 6 (mod 7) that's a prp might show up, is presently unknown.

In answer to my own remark in a previous post, I note that the remainder 3 (mod 7) does in fact occur for values of k that are not divisible by the multiplicative order (3) of 2 mod 7.

Last fiddled with by Dr Sardonicus on 2018-06-27 at 15:09 Reason: fixing typos
Dr Sardonicus is offline   Reply With Quote
Old 2018-06-27, 15:06   #58
axn
 
axn's Avatar
 
Jun 2003

116748 Posts
Default

Quote:
Originally Posted by Dr Sardonicus View Post
The numbers in question, when viewed as strings of decimal digits, are obtained by concatenating the decimal digits of 2^k - 1 and 2^(k-1) - 1. This gives the first few terms

10, 31, 73, 157, 3115, 6331, 12763,...

Since the question concerned those of the numbers which happened to be congruent to 6 (mod 7), I computed the remainders (mod 7) out to k = one million, and found the following approximate proportions of k giving these remainders:

r = 0: 1/18
r = 1: 1/18
r = 2: 1/9
r = 3: 4/9
r = 4: 1/9
r = 5: 1/9
r = 6: 1/9

Perhaps someone might like to have a go at investigating this
;-)
An interesting question is, do these ratios remain the same after trial division by small (say p < 1e6) primes? Obviously, r=0 will drop out of the consideration, but will others maintain the 1:2:8:2:2:2 ratio?
axn is online now   Reply With Quote
Old 2018-06-27, 15:49   #59
axn
 
axn's Avatar
 
Jun 2003

22×3×421 Posts
Default

Quote:
Originally Posted by axn View Post
An interesting question is, do these ratios remain the same after trial division by small (say p < 1e6) primes? Obviously, r=0 will drop out of the consideration, but will others maintain the 1:2:8:2:2:2 ratio?
Trying to answer my own question, the count for 100 <= k <= 100000 is [569, 1515, 6560, 1400, 1759, 1684]. More or less what you'd expect.
axn is online now   Reply With Quote
Old 2018-06-27, 16:15   #60
enzocreti
 
Mar 2018

2×5×53 Posts
Default

The most surprising fact is that i found five in a row prp congruent to 5 mod 7 for k=92020, 174968, 176006, 181015, 285019. Residue 5 occurs only in 1/9 of cases.
enzocreti is offline   Reply With Quote
Old 2018-06-27, 17:29   #61
Dr Sardonicus
 
Dr Sardonicus's Avatar
 
Feb 2017
Nowhere

10010001000112 Posts
Default

Quote:
Originally Posted by axn View Post
Nothing he said has anything to do with whether 6 (mod 7) can occur as a prime. In fact, looking at the factorization of small values of the sequence, I don't think there is any particular reason for 6 to be an impossible value.

My prediction is, if you find enough primes (say another 20 or so), at least one of them will turn out to be 6 mod 7. Or more efficiently, a concerted effort to search all the 6 mod 7 numbers will eventually turn up a prime.
That's the way I see it too.

Good grief, the much more straightforward sequence 168451*2^n + 1 went up to n = 19375200 before a prime was found.
Dr Sardonicus is offline   Reply With Quote
Old 2018-06-27, 18:19   #62
enzocreti
 
Mar 2018

2·5·53 Posts
Default

Exponents k leading to a prime congruent to 5 mod 7 are 8, 394, 92020, 174968, 176006 and 285019. These exponents are congruent to plus or minus 7w mod 43
enzocreti is offline   Reply With Quote
Old 2018-06-28, 06:43   #63
enzocreti
 
Mar 2018

2×5×53 Posts
Default

8 is congruent to -35 mod 43 for example
enzocreti is offline   Reply With Quote
Old 2018-06-28, 09:05   #64
enzocreti
 
Mar 2018

2·5·53 Posts
Default

curiously if you sum the reciprocals of the exponents leading to a prime (1/2+1/3+1/4+...+1/285019) you get a value 1.64...which is very close to pi^2/6
enzocreti is offline   Reply With Quote
Old 2018-06-28, 13:56   #65
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3×1,993 Posts
Default

Quote:
Originally Posted by enzocreti View Post
curiously if you sum the reciprocals of the exponents leading to a prime (1/2+1/3+1/4+...+1/285019) you get a value 1.64...which is very close to pi^2/6
1/2 + 1/3 + 1/4 + ... + 1/285019 = 12.1375285428... which is pretty far from Pi^2/6.

1/1^2 + 1/2^2 + 1/3^2 + 1/4^2 + ... + 1/285019^2 = 1.6449305583... which is about Pi^2/6 -- it's off by exactly 1/285020^2 + 1/285021^2 + 1/285022^2 + ... = 0.0000035085....
CRGreathouse is offline   Reply With Quote
Old 2018-06-28, 16:19   #66
enzocreti
 
Mar 2018

2·5·53 Posts
Default

Quote:
Originally Posted by CRGreathouse View Post
1/2 + 1/3 + 1/4 + ... + 1/285019 = 12.1375285428... which is pretty far from Pi^2/6.

1/1^2 + 1/2^2 + 1/3^2 + 1/4^2 + ... + 1/285019^2 = 1.6449305583... which is about Pi^2/6 -- it's off by exactly 1/285020^2 + 1/285021^2 + 1/285022^2 + ... = 0.0000035085....
No i mean only the reciprocals of expoments leading to a prime 1/2 yes becasue for k=2 the concatenation gives a prime, k=16 no bevause it gives a composite number
enzocreti is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
so who got the $25,000 cut of the $100k EFF prize? ixfd64 Lounge 10 2012-09-22 15:55
Name the trolls and win a prize. Xyzzy Lounge 42 2010-03-08 07:06
EFF prize and error rate S485122 PrimeNet 15 2009-01-16 11:27
EFF Prize? Unregistered Information & Answers 73 2007-08-11 11:38
GIMPS' Prize. T.Rex Math 8 2007-03-13 10:59

All times are UTC. The time now is 04:28.


Sat Jul 17 04:28:18 UTC 2021 up 50 days, 2:15, 1 user, load averages: 2.28, 2.30, 2.33

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.