![]() |
|
|
#1145 |
|
Aug 2006
3×1,993 Posts |
|
|
|
|
|
|
#1146 | |
|
May 2010
Prime hunting commission.
24·3·5·7 Posts |
Quote:
My current idea is NewPGen + PFGW + Proving it prime with Proth.exe And: 912646 * 79833620160 + 1 is prime! (Approx. 119000 digits)
Last fiddled with by 3.14159 on 2010-08-30 at 04:42 |
|
|
|
|
|
|
#1147 |
|
Aug 2006
3×1,993 Posts |
|
|
|
|
|
|
#1148 | |
|
May 2010
Prime hunting commission.
168010 Posts |
Now, that find lifted a load of CPU usage off the computer.
It reduced it by 40% !Quote:
PRP Test: PFGW or LLR. Primality proof: Proth.exe (Items 1, 2, 3, 4, 8, 9, 10, 11, 12, 13, 14, 15) Last fiddled with by 3.14159 on 2010-08-30 at 04:57 |
|
|
|
|
|
|
#1149 |
|
May 2010
Prime hunting commission.
69016 Posts |
Okay: Past 250, programs will be put into use; The primes reach 600 digits by b = 250. Or begin using "isPRP", for PARI.
Last fiddled with by 3.14159 on 2010-08-30 at 05:06 |
|
|
|
|
|
#1150 |
|
Aug 2006
3·1,993 Posts |
|
|
|
|
|
|
#1151 |
|
May 2010
Prime hunting commission.
32208 Posts |
Okay: Completed the file for b = 60 to 250.
Now: For 251 to 500. Last fiddled with by 3.14159 on 2010-08-30 at 05:30 |
|
|
|
|
|
#1152 |
|
Aug 2006
3×1,993 Posts |
Since Pi's not allowed to participate and no one else has stepped forward, I'll submit 1 * 2^2 - 1 = 3 for #20 and #21 and 3 = 5 - 2 for #22. Primality certificates available on request.
|
|
|
|
|
|
#1153 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
obviously even though you told me to post again you don't care of my idea.
|
|
|
|
|
|
#1154 |
|
Aug 2006
3·1,993 Posts |
|
|
|
|
|
|
#1155 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
turn this into vectors:
Code:
for(s=1,50,for(x=s,20000000*s,if(isprime(x),print1(x","));x=x*2);print("<--"s))
some don't fit them so we could say they may never hit them. if we can figure this out we can use it like a sieve. Code:
3,7,31,127,8191,131071,524287,<--1 2,5,11,23,47,191,383,6143,786431,<--2 3,7,31,127,8191,131071,524287,<--3 19,79,1279,5119,20479,81919,1310719,<--4 5,11,23,47,191,383,6143,786431,<--5 13,223,3583,917503,14680063,<--6 7,31,127,8191,131071,524287,<--7 17,71,1151,73727,294911,18874367,<--8 19,79,1279,5119,20479,81919,1310719,<--9 43,<--10 11,23,47,191,383,6143,786431,<--11 103,1663,109051903,<--12 13,223,3583,917503,14680063,<--13 29,59,239,479,15359,245759,1966079,<--14 31,127,8191,131071,524287,<--15 67,271,1087,1114111,17825791,<--16 17,71,1151,73727,294911,18874367,<--17 37,151,607,39845887,<--18 19,79,1279,5119,20479,81919,1310719,<--19 41,83,167,2687,21503,172031,5505023,<--20 43,<--21 367,1471,94207,<--22 23,47,191,383,6143,786431,<--23 199,12799,51199,3276799,209715199,<--24 103,1663,109051903,<--25 53,107,431,863,6911,27647,442367,<--26 223,3583,917503,14680063,<--27 Last fiddled with by science_man_88 on 2010-08-30 at 13:23 |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why do I sometimes see all the <> formatting commands when I quote or edit? | cheesehead | Forum Feedback | 3 | 2013-05-25 12:56 |
| Passing commands to PARI on Windows | James Heinrich | Software | 2 | 2012-05-13 19:19 |
| Ubiquity commands | Mini-Geek | Aliquot Sequences | 1 | 2009-09-22 19:33 |
| 64-bit Pari? | CRGreathouse | Software | 2 | 2009-03-13 04:22 |
| Are these commands correct? | jasong | Linux | 2 | 2007-10-18 23:40 |