mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Miscellaneous Math

Reply
 
Thread Tools
Old 2010-09-05, 17:01   #276
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24×3×5×7 Posts
Default

Quote:
Originally Posted by Max
A submission for #2 on the -1 side:

2778*211^47085-1 is prime!
Verification, coming up:

And, this is not #2.


Updated list:
1. Proths, where b is 2.
2. Generalized Proths, where b is any integer.
3. Factorial-based proths, where b is a factorial number.
4. Primorial-based proths, where b is a primorial number.
5. Prime-based proths, where b is a prime number.
6. Primorial, k * p(n) + 1
7. Factorial, k * n! + 1
8. Generalized Cullen/Woodall, k * b^k + 1
9. Factorial Cullen/Woodall, where b, optionally k, is a factorial number.
10. Primorial Cullen/Woodall, where b, optionally k, is a primorial number.
11. Prime-based Cullen/Woodall, where b is a prime number
12. k-b-b, numbers of the form k * b^b + 1
13. Factorial k-b-b, where b, optionally k, is a factorial number.
14. Primorial k-b-b, where b, optionally k, is a primorial number.
15. Prime-based k-b-b, where b is a prime number.
16. Number, square, and fourth, where n^1 + 1, n^2 + 1, and n^4 + 1 are all primes.
17. Special Cofactor, where the prime cofactor is of one of the forms used in this list.
18. General Cofactor, where the prime cofactor is not of a special form.
19. General arithmetic progressions, k * b^n + c, where c is a prime > 10^2, where the prime is at least 2000 digits in length, and where the exponent n > 1.
20. Obsolete-tech-proven primes, using the original PrimeForm or Proth.exe, or any other prime to prove primality of any type of prime listed here. Note: The prime must be at least 7500 digits in length.
21. N-1 analogues of items 1-5.
22. N-1 analogues of items 6 and 7.
23. N-1 analoges of items 8-11.
24. N-1 analogues of items 12-15.
25. Obsolete-tech-proven primes, for -1 analogues only.
26. Twins.

As I said before; I will only look for 1-20.

In your case, this is item 21; N-1 analogues of items 1-5.

Max now holds the largest prime for Category 21, at 109443 digits.

Last fiddled with by 3.14159 on 2010-09-05 at 17:04
3.14159 is offline   Reply With Quote
Old 2010-09-05, 17:20   #277
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

3×2,083 Posts
Default

Ah, I see--I was thinking of Karsten's simplified list here, which groups the -1 analogues in the same categories as the +1. But, hey, I'm not complaining--now I get an easy largest-prime spot, rather than having to compete with Batalov's comparatively large GFN for the #2 category!
mdettweiler is offline   Reply With Quote
Old 2010-09-05, 17:51   #278
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

10111010110112 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
Nah, that's out of the question. My skepticism isn't that harsh.
I could also be a superhero who fights crime in a mask, pretending to be a computer programmer as a cover identity.

Quote:
Originally Posted by 3.14159 View Post
Is your PARI script:

trialdivide(n) = {
forprime(p=2,(<insert primelimit here>),
if(n%p==0, return(p))
);
}
??
I said it was the straightforward trial division program, so it would have been precisely
Code:
td(n)=forprime(p=2,sqrtint(n),if(n%p,return(0)));1
CRGreathouse is offline   Reply With Quote
Old 2010-09-05, 17:59   #279
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24×3×5×7 Posts
Default

Quote:
Originally Posted by Max
Ah, I see--I was thinking of Karsten's simplified list here, which groups the -1 analogues in the same categories as the +1. But, hey, I'm not complaining--now I get an easy largest-prime spot, rather than having to compete with Batalov's comparatively large GFN for the #2 category!
Indeed, you do. Unless Karsten finds anything, then you're screwed.

I'm also adding a bonus category, which is technically not part of the list: Trial-division proven primes.

I will set the initial record via proving a p20.

Record set: The prime 99613292743918510357 was proven via trial division.

Last fiddled with by 3.14159 on 2010-09-05 at 18:19
3.14159 is offline   Reply With Quote
Old 2010-09-05, 18:21   #280
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Update: 486226396244743118281, a p21, was proven prime in about 5 minutes using trial factoring alone.
3.14159 is offline   Reply With Quote
Old 2010-09-05, 20:48   #281
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

10111010110112 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
I'm also adding a bonus category, which is technically not part of the list: Trial-division proven primes.
Quote:
Originally Posted by 3.14159 View Post
Update: 486226396244743118281, a p21, was proven prime in about 5 minutes using trial factoring alone.
I proved the primality of 618970019642690137449562111, a p27, with trial division. This was the hardest proof by trial division I had ever attempted.

Last fiddled with by CRGreathouse on 2010-09-05 at 21:02
CRGreathouse is offline   Reply With Quote
Old 2010-09-05, 21:03   #282
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

22·727 Posts
Default

I got another extention for the list:

Proving prime by trial division with pencil and paper only!
kar_bon is offline   Reply With Quote
Old 2010-09-05, 21:05   #283
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Quote:
Originally Posted by Charles
I proved the primality of 590295810358705651711, a slightly larger p21, with trial division.
You now do not hold the record..

Quote:
Originally Posted by Karsten
Proving prime by trial division with pencil and paper only!
Is the slippery slope finished?

The record for that is already there: It is 170141183460469231731687303715884105727. (Oh, wait, that is the, "by hand" record. Nevermind.)

And I'm not challenging that.

Denied category. But, the largest prime I think I have proven by hand, by trial factoring, to be prime is 6841.

Last fiddled with by 3.14159 on 2010-09-05 at 21:47
3.14159 is offline   Reply With Quote
Old 2010-09-05, 21:11   #284
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

22·727 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
The record for that is already there: It is 170141183460469231731687303715884105727.
This is a special case for trial division!
kar_bon is offline   Reply With Quote
Old 2010-09-05, 21:14   #285
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

32208 Posts
Default

And, record snapped! The number 8905881751755136749253, a p22, was proven prime via trial division.

By hand; No one will be willing to go past 106 or 108

Using PFGW, I will not be willing to go past p23-p25 with it.

Last fiddled with by 3.14159 on 2010-09-05 at 21:18
3.14159 is offline   Reply With Quote
Old 2010-09-05, 21:20   #286
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3·1,993 Posts
Default

I have now proved the primality of 618970019642690137449562111, a p27, with trial division. This was the hardest proof by trial division I had ever attempted.
CRGreathouse is offline   Reply With Quote
Reply

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

All times are UTC. The time now is 22:31.


Fri Aug 6 22:31:07 UTC 2021 up 14 days, 17 hrs, 1 user, load averages: 3.54, 3.33, 3.24

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.