![]() |
|
|
#1 |
|
"Jeppe"
Jan 2016
Denmark
A816 Posts |
When I look at Caldwell's Top 20 for Arithmetic Progressions of Primes, I see it requires only 7035 (decimal) digits to reach that list.
I wonder if it would be "allowed" (by Caldwell, does anyone know?) to use arithmetic progressions starting with the smallest odd prime 3, followed by two more odd primes, that is: \[(3,\quad p,\quad q)\] One would conjecture there are plenty of those (related entries in Sloane's OEIS are A063908 and A092109). Of course, we can express q in terms of p: \[(3,\quad p,\quad 2p - 3)\] so it is similar to Sophie Germain primes (its Top 20 requires 31112 digits), or we can take t = p-1 and write: \[(3,\quad t + 1,\quad 2t - 1)\] (The common difference in the progression is t-2.) This seems attractive because we can take t to be some smooth number and use fast N-1 and N+1 tests to check that t+1 and 2t-1 are prime. Would it not be relatively easy to find such AP3s (arithmetical progressions of length three), where t is a number with more than 7035 digits? I think you could use a kind of double sieve first. /JeppeSN |
|
|
|
|
|
#2 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
from primes greater than 3 being 1 of 5 mod 6 you get t-2 must be 2 or 4 mod 6 so t must be 4 or 0 mod 6 respectively.
|
|
|
|
|
|
#3 |
|
Sep 2002
Database er0rr
E9B16 Posts |
|
|
|
|
|
|
#4 | |
|
"Jeppe"
Jan 2016
Denmark
2508 Posts |
Quote:
Say, if we wanted to find an AP3 whose last term was a megaprime, would it be easiest to use the form \((3,\quad t+1,\quad 2t-1)\)? /JeppeSN |
|
|
|
|
|
|
#5 | |
|
Sep 2002
Database er0rr
3,739 Posts |
Quote:
|
|
|
|
|
|
|
#6 | |
|
Jun 2003
5,051 Posts |
Quote:
Empirically, primegrid's effort on n=1290000 yielded two such pairs, one SG & one Twin. Using the same set of reported primes from that effort, at least 12 APs were found. Therefore, we can conclude that finding APs the straightforward way is easier than searching for (3,t+1,2t-1) |
|
|
|
|
|
|
#7 | |
|
"Jeppe"
Jan 2016
Denmark
23·3·7 Posts |
Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Huge exponent | paulunderwood | Miscellaneous Math | 15 | 2016-01-21 18:56 |
| Huge ECM speed increase with GMP 6.0.0 | wombatman | GMP-ECM | 13 | 2014-04-03 22:29 |
| Why arent there many softwares for finding Huge Primes | blistervol | Math | 2 | 2012-08-20 17:26 |
| An aliquot sequence with huge, huge, huge tracts of sand !!! | garambois | Aliquot Sequences | 50 | 2012-01-19 18:25 |
| That is a HUGE factor | Dubslow | Information & Answers | 9 | 2011-09-09 06:01 |