mersenneforum.org  

Go Back   mersenneforum.org > Math Stuff > Computer Science & Computational Number Theory > PARI/GP

Reply
 
Thread Tools
Old 2010-08-29, 09:35   #1057
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

22·727 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
By mods, I mean, the mods that visit here the most often. (Karsten, etc.)
I've got enough open work to do and will not waste my CPU-time for the search of lonesome 70k-digit primes unless they'll close some holes or new n-ranges in my Riesel DataBase!
kar_bon is offline   Reply With Quote
Old 2010-08-29, 11:18   #1058
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

100000110000002 Posts
Default

yeah I may only do factoring as what I was given as dates says lucas lehmer test for one exponent wouldn't finish in almost 4 years.
science_man_88 is offline   Reply With Quote
Old 2010-08-29, 11:50   #1059
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24×3×5×7 Posts
Default

Quote:
Originally Posted by Karsten
I've got enough open work to do and will not waste my CPU-time for the search of lonesome 70k-digit primes unless they'll close some holes or new n-ranges in my Riesel DataBase!
Could have just said, "No, thanks, I'm busy."

This was unnecessarily rude.

Also: Since you're not willing to aid in the search for smaller prime numbers: Would you be willing to aid in the search for a 257920-digit prime?

Last fiddled with by 3.14159 on 2010-08-29 at 11:51
3.14159 is offline   Reply With Quote
Old 2010-08-29, 11:53   #1060
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

1011010111002 Posts
Default

No, thanks, I'm busy.
kar_bon is offline   Reply With Quote
Old 2010-08-29, 12:29   #1061
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Quote:
Originally Posted by Karsten
No, thanks, I'm busy.
What range are you working on at the moment?
3.14159 is offline   Reply With Quote
Old 2010-08-29, 15:24   #1062
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24×3×5×7 Posts
Default

Sieved up to 1.467 * 1012 for k * 1566115661 + 1. Approximately 1 in 25 candidates are remaining.

Most of what I am going to do is sievework, for now.

The next three searches are going to be prime k-b-b searches, or item 15.

Maybe I will look for item 16: Number, square, and fourth.

The smallest example = 2:

3, 5, 17.

Followed by 4: 17, 257, 65537.

Last fiddled with by 3.14159 on 2010-08-29 at 15:39
3.14159 is offline   Reply With Quote
Old 2010-08-29, 15:45   #1063
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

69016 Posts
Default

Sample search in PARI:

Code:
64951 and 4218502501 and 17795763342506250001 are primes
68041 and 4629441601 and 21431729527810560001 are primes
78691 and 6192116101 and 38342301795879210001 are primes
78901 and 6225210001 and 38753239544100000001 are primes
79537 and 6325975297 and 40017963445602287617 are primes
80287 and 6445841797 and 41548876459060505617 are primes
80677 and 6508616977 and 42362094940275384577 are primes
83047 and 6896638117 and 47563617303064029457 are primes
83617 and 6991635457 and 48882966349596327937 are primes
85147 and 7249841317 and 52560199107180611857 are primes
86077 and 7409077777 and 54894433490817106177 are primes
91807 and 8428341637 and 71036942733131156497 are primes
92221 and 8504528401 and 72327003306406560001 are primes
92467 and 8549961157 and 73101835769108856337 are primes
92641 and 8582169601 and 73653635043164160001 are primes
92767 and 8605530757 and 74055159592461931537 are primes
95971 and 9210240901 and 84828537436032810001 are primes
96181 and 9250592401 and 85573459750937760001 are primes
100927 and 10186057477 and 103755766904375490577 are primes
101917 and 10386871057 and 107887090333970555137 are primes
103657 and 10744566337 and 115445705748704464897 are primes
105997 and 11235152017 and 126228640822628864257 are primes
106747 and 11394708517 and 129839382164602922257 are primes
107251 and 11502562501 and 132308944066406250001 are primes
109267 and 11939058757 and 142541123979220267537 are primes
112087 and 12563271397 and 157835788169551788817 are primes
114661 and 13146915601 and 172841389793523360001 are primes
3.14159 is offline   Reply With Quote
Old 2010-08-29, 16:27   #1064
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

10111010110112 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
Maybe I will look for item 16: Number, square, and fourth.
This is the one that amuses me the most. You could use a nice sieve for this form.
CRGreathouse is offline   Reply With Quote
Old 2010-08-29, 16:54   #1065
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

168010 Posts
Default

Quote:
Originally Posted by CRGreathouse
This is the one that amuses me the most. You could use a nice sieve for this form.
I wonder how that would work...

Oh. Right. kmin, kmax, multiplier(n), pmax.

Last fiddled with by 3.14159 on 2010-08-29 at 16:55
3.14159 is offline   Reply With Quote
Old 2010-08-29, 17:21   #1066
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

597910 Posts
Default

What's your record for that form, anyway?

Quote:
Originally Posted by 3.14159 View Post
I wonder how that would work...

Oh. Right. kmin, kmax, multiplier(n), pmax.
nmin, nmax, and pmax I'd think. You only have one variable in the expression... right?

Last fiddled with by CRGreathouse on 2010-08-29 at 17:21
CRGreathouse is offline   Reply With Quote
Old 2010-08-29, 17:28   #1067
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Quote:
Originally Posted by CRGreathouse
What's your record for that form, anyway?
Number, square, and fourth? 211 digits, for the largest number, the fourth power.

Quote:
Originally Posted by CRGreathouse
nmin, nmax, and pmax I'd think. You only have one variable in the expression... right?
I normally choose the multiplier and k-range.

Last fiddled with by 3.14159 on 2010-08-29 at 17:29
3.14159 is offline   Reply With Quote
Reply

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

All times are UTC. The time now is 23:12.


Fri Aug 6 23:12:42 UTC 2021 up 14 days, 17:41, 1 user, load averages: 4.46, 4.26, 4.07

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.