![]() |
|
|
#1 |
|
Mar 2018
2·5·53 Posts |
Here the problem:
With Pari/Gp I found that 4*10^n+1 is prime for the following values of n (serach limit n=4005$): $0,1,2,3,13,229,242,309,957,1473,1494,3182,3727$ On the other hand, I found that, squaring 4 and 10, the number 16*100^n+1 is prime with the same search limit $n=4005$ for the following values of $n$: $0,1,2,9,18,29,34,39,42,47,75,89,95,343,406,420,1154,1265,1442,3067,4002$ I would have expected more primes of the shape 4*10^n+1 than primes of the form 16*100^n+1, because of the growth-rate. Instead it is the contrary. Is there any mathematical reason for this phenomenon and do you think that in the long run, the lead switches? (There is a typo in the title...16*100^n+1 is correct) Last fiddled with by enzocreti on 2019-05-05 at 09:24 |
|
|
|
|
|
#3 |
|
Mar 2018
2×5×53 Posts |
Ok but why 16*100^n+1 seems to give more primes than 4*10^n+1?
With Pfgw we could go further in the investigation...maybe there is a reason due to the factors. |
|
|
|
|
|
#4 |
|
Jun 2003
22·3·421 Posts |
I don't know. Perhaps random luck caused the second sequence to have lot of small primes. Perhaps there may be some differences due to the factors, as you suggested. I would suggest to try to search the second sequence a bit higher (say upto 30,000) and see if it continues to find more primes.
|
|
|
|
|
|
#5 |
|
Mar 2018
2·5·53 Posts |
the factors of 16*100^n+1 cannot be of the form 4k+3?
|
|
|
|
|
|
#6 |
|
Mar 2018
10000100102 Posts |
for 7785 pfgw found another prp!!!
|
|
|
|
|
|
#7 |
|
Mar 2018
10000100102 Posts |
in the case of numbers 16*100^n+1 should be many restrictions not present in the case 4*10^n+1 so far example they cannot be divisible by 7 or by primes 8k+1
|
|
|
|
|
|
#8 |
|
Feb 2017
Nowhere
4,643 Posts |
This is certainly part of the answer -- along with the fact that numbers 4*10^n + 1 can have factors of this form (e.g. p = 7, 19, 23, 47, 59).
I don't know how relevant this is, but when n = 4k, 4*10^n + 1 has the Aurifeuillian (algebraic) factorization 4*104k + 1 = L*M = (2*102k - 2*10k + 1)*(2*102k + 2*10k + 1). Last fiddled with by Dr Sardonicus on 2019-05-05 at 13:53 Reason: Adding quote and response |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Primes of the form (b+-1)*b^n+-1 and b^n+-(b+-1) | sweety439 | sweety439 | 162 | 2020-05-15 18:33 |
| Primes of the Form Mod(p,q) = Mod(x,q) | a1call | Miscellaneous Math | 6 | 2018-12-11 03:34 |
| Primes of the form n+-phi(n) | carpetpool | carpetpool | 3 | 2017-01-26 01:29 |
| Primes of the form a^(2^n)+b^(2^n) | YuL | Math | 21 | 2012-10-23 11:06 |
| Primes of the form 2.3^n+1 | Dougy | Math | 8 | 2009-09-03 02:44 |