mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > FactorDB

Reply
 
Thread Tools
Old 2012-01-28, 03:31   #56
schickel
 
schickel's Avatar
 
"Frank <^>"
Dec 2004
CDP Janesville

2·1,061 Posts
Default

Quote:
Originally Posted by wblipp View Post
Although I don't know why there is interest in (3^3333+4), I enjoy finding cases like (3^3333+4)/31 in the PRP lists, where I can visually spot that N-1 has a difference of powers of 3 (3^3333-3^3) that leaves the cyclotomic number (3^3330-1). In many cases, including this one, helping the factordb find the algebraic factors of the cyclotomic number completes the primality proof.
While I can't speak on the worth of a particular number, I can point out a project that worked on numbers with forms like this that had some considerable effort behind it. It looks like WsF never revived the project, but I was reminded of it by some work I had done that was sitting around in my files.....
schickel is offline   Reply With Quote
Old 2012-01-28, 15:15   #57
wblipp
 
wblipp's Avatar
 
"William"
May 2003
New Haven

44768 Posts
Default

Quote:
Originally Posted by schickel View Post
I can point out a project that worked on numbers with forms like this
It looks like the project has been inactive for a few years. If it were still active, it would be nice to have them update the factordb with their factors and primality proofs.

Browsing some some larger PRPs, I quickly found another one of these today. The proof was easily completed by helping the factordb find the algebraic factors of N+1. 14^2080+13
wblipp is offline   Reply With Quote
Old 2012-02-11, 12:57   #58
lorgix
 
lorgix's Avatar
 
Sep 2010
Scandinavia

61510 Posts
Default

I have helped many proofs like this.

I'm really hoping the database will get better at recognizing algebraic factors.
lorgix is offline   Reply With Quote
Old 2012-02-25, 16:10   #59
YuL
 
YuL's Avatar
 
Feb 2012
Paris, France

7×23 Posts
Default

A very easy one: (5^3168-1)*85/24+1, N-1 needed some factors from 5^3168-1.
YuL is offline   Reply With Quote
Old 2012-02-26, 14:34   #60
YuL
 
YuL's Avatar
 
Feb 2012
Paris, France

101000012 Posts
Default

The same for (10^798-1)*970/99+1: N-1 needed help from 10^798-1
and (5^1428-1)*85/24+1: N-1 needed help from 5^1428-1
(2^3023+27)/5: N+1 needed help from 2^3018+1
(16^564-1)*176/85+1: N-1 needed help from 2^2256-1

Last fiddled with by YuL on 2012-02-26 at 15:10
YuL is offline   Reply With Quote
Old 2012-02-27, 12:18   #61
YuL
 
YuL's Avatar
 
Feb 2012
Paris, France

7×23 Posts
Default

(2^5354*75+1)/7: uploading a primality certificate for ((2^5354*75+1)/7-1)/3018 allowed an N-1 proof.
YuL is offline   Reply With Quote
Old 2012-02-27, 17:10   #62
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

23·3·5·72 Posts
Default

Would it be possible to download all the prps with form (b^n+c)/d and similar forms? It should be possible to parse that sort of expression in a script such that the necessary factors of plus or minus one can be supplied.
henryzz is online now   Reply With Quote
Old 2012-02-27, 17:31   #63
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

10110111110002 Posts
Default

(10^1612*7-9)/691 N-1 needed help from 10^1610-1
henryzz is online now   Reply With Quote
Old 2012-02-28, 17:28   #64
wblipp
 
wblipp's Avatar
 
"William"
May 2003
New Haven

236610 Posts
Default

(10^1872*58+41)/99 needed help from 10^1872-1
wblipp is offline   Reply With Quote
Old 2012-02-28, 19:35   #65
lorgix
 
lorgix's Avatar
 
Sep 2010
Scandinavia

61510 Posts
Default

8863^433-1 needed help with the factors of 8863^432-1.

There are many such numbers.
lorgix is offline   Reply With Quote
Old 2012-02-28, 19:59   #66
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

23·3·5·72 Posts
Default

Once you have a list of the numbers the numbers of the form (b^n*k+-c)/d will be recognized by this in notepad++
^\(([0-9]+)\^([0-9]+)\*([0-9]+)([+-])([0-9]+)\)/([0-9]+)
I replaced these by:
correct (\1^\2*\3\4\5)/\6
Then I sort the lines in the file and remove those without correct at the beginning. Then I remove correct from the beggining of the lines.

Now I have a list of numbers which can be parsed and manipulated by a simple program.

Unfortunately show as plain text only works for composites so I can only manually copy 1000 at once and can't use a script to pull them. I have attached the results of the current first 1000 for people to browse more easily
A program finding which are possible should follow shortly.
Attached Files
File Type: txt prps.txt (12.2 KB, 143 views)

Last fiddled with by henryzz on 2012-02-28 at 20:00
henryzz is online now   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can two Mersenne numbers share a factor? James Heinrich Math 57 2011-09-12 14:16
Avoidance of self- & other-deception in proofs cheesehead Soap Box 71 2010-01-14 09:04
Curious and want to share about Prime number 23 spkarra PrimeNet 4 2009-11-20 03:54
Status of GIMPS proofs Brian-E Information & Answers 7 2007-08-02 23:15
Collection of Proofs? Orgasmic Troll Math 1 2004-12-30 15:10

All times are UTC. The time now is 11:57.


Sat Jul 17 11:57:25 UTC 2021 up 50 days, 9:44, 1 user, load averages: 1.23, 1.20, 1.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.