![]() |
|
|
#1 |
|
"Kebbaj Reda"
May 2018
Casablanca, Morocco
89 Posts |
I would like to make a page of reporting prime numbers in
Aritmetic Progression > 1000 digits, here is an example: 0 : 2699# *(4163780-0*1996857)+2729 Prime 1 : 2699# *(4163780-1*1996857)+2729 Prime 2 : 2699# *(4163780-2*1996857)+2729 Prime 3 : 2699# *(4163780-3*1996857)+2729 Prime 4163780*2699#+2729 AP |term 4| difference 1996857*2699#
|
|
|
|
|
|
#2 | |
|
Sep 2002
Database er0rr
E9B16 Posts |
Quote:
AP5 1,020,833,527 AP6 7,270,362 AP7 63,368 AP8 336 AP9 5 (Not disjoint.) Here is the top5000 top5 APs over the years: Last fiddled with by paulunderwood on 2019-05-20 at 23:52 |
|
|
|
|
|
|
#3 | |
|
"Kebbaj Reda"
May 2018
Casablanca, Morocco
10110012 Posts |
Quote:
Your work is fabulous with Ken Davis. In particular, you have shelled the 2371 #. I have a small question if you can inform me: I saw that you are working with newpgen for the sieve. Newpgen can do k * b # + 1 because this form does not need primo for certification. but I would like to make the sieve of k * b # + n. Like my exemple 4163780 * 2699 # + 2729. Are you familiar with a program that can sive it? Thank you. |
|
|
|
|
|
|
#4 | |
|
Sep 2002
Database er0rr
E9B16 Posts |
Quote:
Last fiddled with by paulunderwood on 2019-05-22 at 02:47 |
|
|
|
|
|
|
#5 |
|
"Kebbaj Reda"
May 2018
Casablanca, Morocco
8910 Posts |
I took only the primorial form k*p#+1 on top5000AP.txt tanks paul,
the attached files. one litle error: Code p46 in the year 2000 : d=36364*5000# d=187314*5000# d=457410*5000# 5000# should be 4999#.
|
|
|
|
|
|
#6 |
|
Sep 2002
Database er0rr
3,739 Posts |
|
|
|
|
|
|
#7 | |
|
Jun 2009
22×32×19 Posts |
Quote:
The gmp version of polysieve should be rather easy to adapt. It is not originally written for this kind of task, but with the correct input it will be doing this. The major modification will be calculating the primorial as it is not doing primorials at the moment. But that shouldn't be too hard. |
|
|
|
|
|
|
#8 | |
|
"Kebbaj Reda"
May 2018
Casablanca, Morocco
8910 Posts |
Quote:
I downloaded polysieve. But I look for documentation. I dont find it. |
|
|
|
|
|
|
#9 |
|
Jun 2009
22·32·19 Posts |
I'm afraid there is no documentation apart from what you find in the code.
Just to make sure: What is the running variable in your example? |
|
|
|
|
|
#10 |
|
"Kebbaj Reda"
May 2018
Casablanca, Morocco
89 Posts |
Congrats to Serge Batalov for a record :
Chaîne Cunningham 2ème type (8p - 7) 2072453060816*7699#+1 (3316 digits). Serge you are the best!! Reda kebbaj. |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| primes : 270*(1000^1-1)/999+1 | enzocreti | enzocreti | 6 | 2019-05-09 12:52 |
| Bertrand's Theorem for Arithmetic Progression | literka | Math | 0 | 2013-06-01 12:42 |
| sieving primes in arithmetic progressions | maxal | Software | 18 | 2010-10-04 17:11 |
| nth prime number in an arithmetic progression | Unregistered | Information & Answers | 1 | 2010-04-04 22:06 |
| Arithmetic and Polynomial Progression of Primes? | drake2 | Math | 13 | 2006-10-10 00:43 |