![]() |
|
|
#1 |
|
Dec 2010
2×37 Posts |
Is there any sort of search for primes of the form (2*3*5*7*...*p)^2 + 1?
I noticed that projects search for both factorial and primorial primes, but I'm curious about squaring the primorial first, then adding one. Numbers of the form n^2 + 1 are only divisible by primes congruent to 1 mod 4. Wouldn't this imply that they are more frequently prime than the average number? Additionally, wouldn't it be easier to trial factor such numbers? How about a modified "primorial" involving only two and the primes congruent to 1 mod 4? In other words, (2*5)^2 + 1 = 101 (a prime), (2*5*13)^2 + 1 = 16901 (a prime), (2*5*13*17)^2 + 1 = 4884101 (a prime), and so on. |
|
|
|
|
|
#2 | ||
|
Aug 2006
3·1,993 Posts |
Quote:
chance for p#^2 + 1 to be prime, so there should be something like primes up to x#^2 + 1. Quote:
You could trial factor almost twice as quickly, so factoring to (say) 40 bits would only take a little longer than factoring a 'normal' number to 39 bits. Last fiddled with by CRGreathouse on 2010-12-27 at 18:59 |
||
|
|
|
|
|
#3 |
|
Jun 2003
2×3×7×112 Posts |
|
|
|
|
|
|
#4 |
|
Aug 2006
135338 Posts |
|
|
|
|
|
|
#5 | |
|
"Gang aft agley"
Sep 2002
375410 Posts |
Quote:
|
|
|
|
|
|
|
#6 |
|
"Gang aft agley"
Sep 2002
2·1,877 Posts |
I understand that you intend n to be even here. Although these generated numbers may be divisible by primes congruent to 1 mod 4, might they also be divisible by a even number of primes congruent to -1 mod 4?
|
|
|
|
|
|
#7 |
|
Jun 2003
2×3×7×112 Posts |
No. They are GFNs -- b^(2^n)+1 -- and hence divisibility rules for Fermat numbers apply, i.e. factors must be of the form k.2^(n+1)+1
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mersenne Primes p which are in a set of twin primes is finite? | carpetpool | Miscellaneous Math | 3 | 2017-08-10 13:47 |
| Distribution of Mersenne primes before and after couples of primes found | emily | Math | 34 | 2017-07-16 18:44 |
| The factorization of primorials +/- 1 | Joppe_Bos | Factoring | 67 | 2008-01-29 13:51 |
| possible primes (real primes & poss.prime products) | troels munkner | Miscellaneous Math | 4 | 2006-06-02 08:35 |
| Factors of primorials | grandpascorpion | Math | 9 | 2005-02-10 07:13 |