mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Conjectures 'R Us

Reply
 
Thread Tools
Old 2015-06-04, 06:59   #1
Puzzle-Peter
 
Puzzle-Peter's Avatar
 
Jun 2009

2AC16 Posts
Default Accidentally found ?th conjecture for R38, need explanation

Hi all,

as a little diversion I decided to try to find a "birthday twin" for a friend. So I used the date of birth and the age at the next celebration to search for 19780108*38^n +/-1. To my amazement, no candidate of the -1 side survived.

A quick test with pfgw tells me that every candidate is divided by either 3, 5, 7 or 17. in a recurring pattern. Starting with n=1 the divisors are (7, 3, 5, 3, 17, 3, 5, 3, 17, 3, 5, 3) then the cycle restarts.

I have an engineer's maths skills, but that involves just about zero number theory. Is there an easy way to explain how I can prove that 19780108*38^n-1 will never be prime?

Thanks.
Puzzle-Peter is offline   Reply With Quote
Old 2015-06-04, 07:18   #2
axn
 
axn's Avatar
 
Jun 2003

22×33×47 Posts
Default

Quote:
Originally Posted by Puzzle-Peter View Post
Hi all,

as a little diversion I decided to try to find a "birthday twin" for a friend. So I used the date of birth and the age at the next celebration to search for 19780108*38^n +/-1. To my amazement, no candidate of the -1 side survived.

A quick test with pfgw tells me that every candidate is divided by either 3, 5, 7 or 17. in a recurring pattern. Starting with n=1 the divisors are (7, 3, 5, 3, 17, 3, 5, 3, 17, 3, 5, 3) then the cycle restarts.

I have an engineer's maths skills, but that involves just about zero number theory. Is there an easy way to explain how I can prove that 19780108*38^n-1 will never be prime?

Thanks.
The covering set is {3,5,17}. 3 will divide every other number starting at n=0 (so all even indexed numbers). 5 will divide every 4th index starting at n=3, and 17 will divide every 4th index at starting at n=1. So this pattern {3,17,3,5} will repeat every 4 index, thus covering all indices.
axn is offline   Reply With Quote
Old 2015-06-04, 07:31   #3
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

23×419 Posts
Default

Quote:
Originally Posted by Puzzle-Peter View Post
Is there an easy way to explain how I can prove that 19780108*38^n-1 will never be prime?
You just did that. As k=19780108 is 1 (mod 3) and 38^n is 1 (mod 3) for all n=even powers, than every second k*b^n-1 is 0 (mod 3).
Repeat for 5, 17.
Also, 7 divides every 6th.

[edit: grrr... axn!]

Last fiddled with by LaurV on 2015-06-04 at 07:38
LaurV is offline   Reply With Quote
Old 2015-06-04, 07:32   #4
Puzzle-Peter
 
Puzzle-Peter's Avatar
 
Jun 2009

22·32·19 Posts
Default

Quote:
Originally Posted by axn View Post
The covering set is {3,5,17}. 3 will divide every other number starting at n=0 (so all even indexed numbers). 5 will divide every 4th index starting at n=3, and 17 will divide every 4th index at starting at n=1. So this pattern {3,17,3,5} will repeat every 4 index, thus covering all indices.
I'm afraid we need to go a bit more basic here. When I look at the sequence, how do I tell that e.g. 17 will divide every 4th index starting at n=1 ?
Puzzle-Peter is offline   Reply With Quote
Old 2015-06-04, 07:51   #5
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

23·419 Posts
Default

Quote:
Originally Posted by Puzzle-Peter View Post
I'm afraid we need to go a bit more basic here. When I look at the sequence, how do I tell that e.g. 17 will divide every 4th index starting at n=1 ?
38=4 (mod 17). So, when multiplying with itself (mod 17) you get 17^2=4*4=16=-1 (mod 17), 17^3=-1*4=-4, and so on. So, the string of powers of 38 (mod 17), starting with zeroth power, is: 1, 4, 16, 13, 1, 4, 16, 13, etc (or, 1, 4, -1, -4, etc). Your k is 13 (mod 17), or -4 mod 17, if you prefer. So the string of k*b^n will be 13, 1, 4, 16, 13, 1, 4, 16, etc. And when you subtract 1, you get a zero every 4 positions, i.e. k*b^(n=4x+1)-1 is divisible by 17.
LaurV is offline   Reply With Quote
Old 2015-06-04, 08:19   #6
Puzzle-Peter
 
Puzzle-Peter's Avatar
 
Jun 2009

12548 Posts
Default

Quote:
Originally Posted by LaurV View Post
37=4 (mod 17). So, when multiplying with itself (mod 17) you get 17^2=4*4=16=-1 (mod 17), 17^3=-1*4=-4, and so on. So, the string of powers of 38 (mod 17), starting with zeroth power, is: 1, 4, 16, 13, 1, 4, 16, 13, etc (or, 1, 4, -1, -4, etc). Your k is 13 (mod 17), or -4 mod 17, if you prefer. So the string of k*b^n will be 13, 1, 4, 16, 13, 1, 4, 16, etc. And when you subtract 1, you get a zero every 4 positions, i.e. k*b^(n=4x+1)-1 is divisible by 17.
Thanks, that's what I needed.

So to find a covering set, you just have to try and find such patterns or is there a faster way to get to {3, 5, 17} ? These are pretty low numbers, but once they get bigger, trial and error will be pretty annoying I guess.

I have no idea how one would start looking for the smallest conjectured k for a new base.
Puzzle-Peter is offline   Reply With Quote
Old 2015-06-04, 10:01   #7
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

100101101001012 Posts
Default

Well, technically this fits when you know the set already. Another way to "prove" that story with 17 it would be just to show that k*b^(4n+1)=1 (mod 17) for your k, b, and any n, which is a simple modular calculus. That is k*(b^4)^n*b, or -4*1^n*4, or -(-1), i.e. 1 (mod 17).

For the second part, to search for covering sets (and implicitly the smaller k), you factor k*b^n+/-1 for few small n (like, from 1 to 20, is enough) and for a particular k and b, and "look" to the factors, see how they repeat. Eventually, you sieve for higher n with those factors you already got, but there is a very low chance that you get a covering set of more than 10-20 primes, so the "sieving" part is not necessary most of the time. But that is how covering sets of (a, b, c, d) were found, where a,b,c are 1-3 digits primes and d is a very big prime.

Then do it for as many k you like, till you find one with the reasonable covering set. (or, say, with "any covering set").

Last fiddled with by LaurV on 2015-06-04 at 10:04
LaurV is offline   Reply With Quote
Old 2015-06-04, 11:04   #8
Puzzle-Peter
 
Puzzle-Peter's Avatar
 
Jun 2009

22·32·19 Posts
Default

Great, thank you!
Puzzle-Peter is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
I may have accidentally hardwared fivemack Hardware 14 2018-03-23 01:43
Accidentally factored Gordon Factoring 1 2015-11-22 16:17
accidentally unreserved exponent ixfd64 PrimeNet 4 2011-12-13 10:27
Have my assignments accidentally got unassigned? GAPa PrimeNet 0 2011-05-28 15:09
Accidentally contacted PrimeNet jeff8765 Marin's Mersenne-aries 4 2003-10-30 00:55

All times are UTC. The time now is 10:06.


Tue Jul 27 10:06:53 UTC 2021 up 4 days, 4:35, 0 users, load averages: 2.31, 2.05, 1.96

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.