mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > And now for something completely different

Reply
 
Thread Tools
Old 2015-02-04, 19:32   #12
BudgieJane
 
BudgieJane's Avatar
 
"Jane Sullivan"
Jan 2011
Beckenham, UK

22×5×13 Posts
Default

Quote:
Originally Posted by rogue View Post
With help from grueny, all bases from 101 to 10000 have been searched to to n=10000. I have attached the list for Steven to post on his website.

There are two things to note. First, for bases 101 to 200, this list is merged with what Daniel Hermle had on his website, but since the internet wayback machine does not have some of his pages archived, any primes found on his search for n > 10000 are lost and those ranges need to be redone. He has told me via e-mail that he has that information, but until I get it, I will not include those results. Second, I excluded primes for n=1. Someone is welcome to retest these 9900 bases for n=1 to fill in that gap.
There seems to be an error of omission on the line for base 162:

162 [ 95000] 2, 31, 135, 847, 139, 7255, 34051

That 139 should be 1339.

Hmm. I'll have to take a look and see what I did to mess that up.

Last fiddled with by rogue on 2015-02-05 at 04:10
BudgieJane is offline   Reply With Quote
Old 2015-02-05, 13:51   #13
Thomas11
 
Thomas11's Avatar
 
Feb 2003

77416 Posts
Default

Quote:
Originally Posted by rogue View Post
Someone is welcome to retest these 9900 bases for n=1 to fill in that gap.
I did a few updates to your GC list:
  • For b=162 the 139 was corrected to 1339.
  • The primes for n=1 are added (1203 in total).
  • Some other missing primes found by Kosmaj and myself (e.g. for bases 216, 256, 7776, 8192 and a few more) were also added.
  • And finally I updated some of the test limits according to our notes and records. Some of this information dates back to communication with Daniel Hermle a few years ago (e.g. some of the progress in the b=101-200 interval is actually his work).

While working with your file I noticed a few cases where the n values are out of order, e.g. for b=3164 and b=3168.
So far I only corrected this for b=3168, which I tested up to n=4000.
Attached Files
File Type: zip GCList_mod.zip (55.0 KB, 177 views)
Thomas11 is offline   Reply With Quote
Old 2015-02-05, 15:31   #14
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

143138 Posts
Default

Quote:
Originally Posted by Thomas11 View Post
I did a few updates to your GC list:
  • For b=162 the 139 was corrected to 1339.
  • The primes for n=1 are added (1203 in total).
  • Some other missing primes found by Kosmaj and myself (e.g. for bases 216, 256, 7776, 8192 and a few more) were also added.
  • And finally I updated some of the test limits according to our notes and records. Some of this information dates back to communication with Daniel Hermle a few years ago (e.g. some of the progress in the b=101-200 interval is actually his work).

While working with your file I noticed a few cases where the n values are out of order, e.g. for b=3164 and b=3168.
So far I only corrected this for b=3168, which I tested up to n=4000.
That is due to how I build the list. The primes were not sorted, so some might be out of sequence.
rogue is online now   Reply With Quote
Old 2015-02-05, 15:34   #15
Thomas11
 
Thomas11's Avatar
 
Feb 2003

22·32·53 Posts
Default

Sorry, I just noticed that I somehow messed it up and added the 1's for the GW primes instead of the GC primes.
So here comes the corrected version of the file.

I also noticed quite a few duplicates in the original file for bases < 200 and n<10. This has been corrected now, but there may be still some other cases that I missed...
Attached Files
File Type: zip GCList_mod.zip (54.8 KB, 191 views)
Thomas11 is offline   Reply With Quote
Old 2015-12-26, 17:41   #16
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

18CB16 Posts
Default

I just noticed today that Steven Harvey has posted the list of Generalized Cullens for 100 < b <= 10000. All b < 201 have been searched to n=100000 and all b > 200 have been searched to 10000.
rogue is online now   Reply With Quote
Old 2016-12-16, 18:27   #17
sweety439
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

55318 Posts
Default

Why the page of generalized Woodall primes (n*b^n-1) has a condition that n>=b-1, but the page of generalized Cullen primes (n*b^n+1) does not have?

The pages are:

Generalized Woodall primes: http://harvey563.tripod.com/GWlist.txt

Generalized Cullen primes: http://www.loeh.name/guenter/gc/status.html for b<=100, http://harvey563.tripod.com/GClist.txt for b>100.

Last fiddled with by sweety439 on 2016-12-16 at 18:29
sweety439 is offline   Reply With Quote
Old 2016-12-16, 22:33   #18
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11·577 Posts
Default

Read this to find your answer: http://primes.utm.edu/glossary/page....=WoodallNumber
rogue is online now   Reply With Quote
Old 2016-12-17, 13:24   #19
sweety439
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

5×7×83 Posts
Default

Quote:
Originally Posted by rogue View Post
This is also true for generalized Cullen primes: http://primes.utm.edu/glossary/xpage/Cullens.html.
sweety439 is offline   Reply With Quote
Old 2016-12-17, 14:59   #20
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11·577 Posts
Default

The difference is in the definition:

The reason for the restriction on the exponent n is simple, without some restriction every prime p would be a generalized Woodall.

so any prime that can be written in this form could be called a generalized Cullen prime

This means that some p can be generalized Cullens, but all p can be generalized Woodalls.
rogue is online now   Reply With Quote
Old 2016-12-17, 16:14   #21
sweety439
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

5×7×83 Posts
Default

Quote:
Originally Posted by rogue View Post
The difference is in the definition:

The reason for the restriction on the exponent n is simple, without some restriction every prime p would be a generalized Woodall.

so any prime that can be written in this form could be called a generalized Cullen prime

This means that some p can be generalized Cullens, but all p can be generalized Woodalls.
No, let n=1, then every prime p can be written as 1*(p-1)^1+1 (generalized Cullen base p-1) and 1*(p+1)^1-1 (generalized Woodall base p+1).
sweety439 is offline   Reply With Quote
Old 2016-12-17, 16:16   #22
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

203008 Posts
Default

Quote:
Originally Posted by sweety439 View Post
No, let n=1, then every prime p can be written as 1*(p-1)^1+1 (generalized Cullen base p-1) and 1*(p+1)^1-1 (generalized Woodall base p+1).
ah but without base 1, 2 can't be represented that way. admittedly I didn't think of that right away either.
science_man_88 is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Generalized Cullen and Woodall numbers em99010pepe Factoring 9 2019-03-26 08:35
Super Cullen & Woodall primes Citrix And now for something completely different 1 2017-10-26 09:12
Generalized Cullen/Woodall Sieving Software rogue And now for something completely different 13 2014-12-29 19:11
Cullen and Woodall altering on Prime Pages jasong jasong 9 2008-01-25 01:51
Can we add Cullen and Woodall p-1ing here? jasong Marin's Mersenne-aries 1 2007-11-18 23:17

All times are UTC. The time now is 17:06.


Fri Jul 16 17:06:16 UTC 2021 up 49 days, 14:53, 1 user, load averages: 1.60, 1.53, 1.50

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.