![]() |
|
|
#1 |
|
Mar 2018
2×5×53 Posts |
129001 is an example of a prime of the form
2^a*3^b*5^c*p+9001 with a, b and c integers and p prime. these primes divide numbers of the form 2^m-1 3671951225346187430519619001 is another example which divides 2^69660-1 can you find other primes of this form? 129001 divides 2^m-1 for which integer values of m? Last fiddled with by enzocreti on 2019-11-26 at 20:59 |
|
|
|
|
|
#2 |
|
Feb 2017
Nowhere
4,643 Posts |
|
|
|
|
|
|
#3 |
|
Mar 2018
21216 Posts |
[QUOTE=Dr Sardonicus;531518]129001 - 9001 = 120000.
120000 = 2^4 * 3^1 * 5^4. What is p?[/QUOTE 129001 divides the numbers of the form 2^(860k)-1 p is a prime or 1 Last fiddled with by enzocreti on 2019-11-26 at 20:05 |
|
|
|
|
|
#4 | |
|
"Dylan"
Mar 2017
3×193 Posts |
Quote:
2^4*3^1*5^4*4+9001 is 129001, but p = 4 = 2^2, so this wouldn't fit the form. However, we can rewrite this: 2^6*3^1*5^4*1+9001 is 129001, and p = 1, which is allowed. |
|
|
|
|
|
|
#5 |
|
"Dylan"
Mar 2017
3·193 Posts |
I used the following ABC file: Code:
ABC2 2^6*3^1*5^4*$a+9001 a: primes from 0 to 1000000 Code:
pfgw64 -f10 enzocreti.txt |
|
|
|
|
|
#6 |
|
Feb 2017
Nowhere
4,643 Posts |
I found all primes of the form N + 9001 and N*p + 9001 up to the limit 1000000, where N is divisible by 30, and the only primes dividing N are 2, 3, and 5; and p is a prime greater than 5. There are 4652 such primes. The smallest is 9091 and the largest is 999961. I'm not going to post the 60K text file.
Last fiddled with by Dr Sardonicus on 2019-11-26 at 23:07 |
|
|
|
|
|
#7 |
|
Romulan Interpreter
Jun 2011
Thailand
7·1,373 Posts |
Another time when a mad man throws a stone in the lake and 10 wise men work hard to take it out... This guy is trolling, and the best way is to leave him alone.
Any odd number n, prime or not, divides some 2^m-1, in that case the smallest such m is called the "order of n (mod 2)", and all the others are multiples of it. Picking some n with a special form from all odd natural numbers is just a "random activity". You can use a pair of dices for it... They are infinite in number... Last fiddled with by LaurV on 2019-11-27 at 02:37 |
|
|
|
![]() |
| Thread Tools | |
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 |
| pg primes of the form 41s+r | enzocreti | enzocreti | 0 | 2019-07-15 13:12 |
| Primes of the form 4*10^n+1 and primes of the form 16*100^n+1 | enzocreti | enzocreti | 7 | 2019-05-05 13:19 |
| 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 |