![]() |
|
|
#507 |
|
May 2010
Prime hunting commission.
110100100002 Posts |
However; Continuing on with the collection of k * 1296n + 1 numbers; I'm up to n = 345.
And; Based on the (PFGW) scripts I've seen before; I'm unable to write it. To the contrary, I think I might be able to pull it off. (Well, at least making the variables, I can do.) Last fiddled with by 3.14159 on 2010-09-18 at 19:08 |
|
|
|
|
|
#508 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
141518 Posts |
|
|
|
|
|
|
#509 |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
What I can think of so far;
DIM min_k,1 DIM max_k,10000 DIM base,1296 DIM min_n,1 DIM max_n,1500 So far, that is designated for the generalized Proth numbers. All that is needed are a few changes to Karsten's script; Made a copy in order to make the changes. Last fiddled with by 3.14159 on 2010-09-18 at 19:15 |
|
|
|
|
|
#510 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
|
|
|
|
|
|
#511 |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
So; next, after setting up the variables..
The next easiest part; Variables to be used. Last fiddled with by 3.14159 on 2010-09-18 at 19:27 |
|
|
|
|
|
#512 |
|
Mar 2006
Germany
22·727 Posts |
Another help here:
Create a file called 'test.txt' with Code:
ABC2 $a*1296^$b+1 a: from 1 to 10000 b: from 1 to 100 This will create files "pfgw-prime.log" containing all primes, "pfgw.log" with all PRPs "pfgw.out" with all tests (small factors or PRP-tests). The above script will test your k*1296^n+1 with 1<=k<=10000 and 1<=n<=100. It's done in about 10 min. Last fiddled with by kar_bon on 2010-09-18 at 19:37 |
|
|
|
|
|
#513 |
|
May 2010
Prime hunting commission.
69016 Posts |
Thanks; I'll use it to get to n = 500.
|
|
|
|
|
|
#514 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
|
|
|
|
|
|
#515 | |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
Quote:
Last fiddled with by 3.14159 on 2010-09-18 at 22:36 |
|
|
|
|
|
|
#516 |
|
May 2010
Prime hunting commission.
24·3·5·7 Posts |
For the collection of base 1296 primes for small k-values; I have collected all primes for n < 410, where k is between 1 and 10000.
Last fiddled with by 3.14159 on 2010-09-18 at 22:41 |
|
|
|
|
|
#517 |
|
Jun 2003
5,087 Posts |
It has an algebraic factor
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Prime posting thread, part 2. (With a catch.) | 3.14159 | Miscellaneous Math | 55 | 2010-11-19 23:55 |
| Tiny range request .... 555.1M | petrw1 | LMH > 100M | 1 | 2010-07-13 15:35 |
| Other primes thread | nuggetprime | No Prime Left Behind | 32 | 2009-10-21 21:48 |
| Error: tiny factoring failed | 10metreh | Msieve | 26 | 2009-03-08 23:28 |
| Tiny error on nfsnet pages. | antiroach | NFSNET Discussion | 1 | 2003-07-08 00:27 |