![]() |
|
|
#23 |
|
Sep 2002
Database er0rr
2×32×11×19 Posts |
Fixing n is fine, but keeping k small with give you more speed. Then you are into the territory of PrimeGrid's searches or Riesel Prime Search.
|
|
|
|
|
|
#24 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
k*149^n+1 = 6x+1 = (remainder multiplication( k* 5+1) for k*149^n to be usable we can split n into even and odd odd powers of 5 are remainder 5 on division by 6 and, even powers are remainder 1 on division by 6 neither time is b^n going to divide by 6 the factor of 6 must come from k ( aka k must be divisible by 6 for k*149^n+1 to be remainder 1 on division by 6) the other case is k*149^n+1 = 6y+5 = (6y+4) +1 so k*149^n = remainder 4 on division by 6 k*5^n has to have remainder of 4 when divided by 6 we have 5^n splitting into 1 and 5 remainders on division by 6 so k= 6z+4 or 6a+2 respectively ( in respect to order) make sense so so given a particular n you can narrow k down to 2 in every 6 numbers.
|
|
|
|
|
|
#25 | |
|
"NOT A TROLL"
Mar 2016
California
110001012 Posts |
Quote:
|
|
|
|
|
|
|
#26 | |
|
Sep 2002
Database er0rr
EB216 Posts |
Quote:
|
|
|
|
|
|
|
#27 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
Quote:
Last fiddled with by science_man_88 on 2016-03-08 at 13:53 |
|
|
|
|
|
|
#28 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
I think if I remember correct you can always turn a form the doesn't have this restriction into one that does for example 60*152^n+7 can be turned into form k*b^n+7 with b prime with k =60*8^n and b =19 so any factorable number as b can be turned into a prime base by altering k with all the other factors of b raised to the power of n being factored in. I think it's this possibility they may be confusing with necessity. doh http://mathworld.wolfram.com/ProthsTheorem.html shows that b=2 is proth numbers
Last fiddled with by science_man_88 on 2016-03-08 at 14:41 |
|
|
|
|
|
#29 |
|
Banned
"Luigi"
Aug 2002
Team Italia
2·3·11·73 Posts |
If you want to enter the Top-5000 arena, consider checking prime factors of double Mersenne numbers (http://www.doublemersennes.org ).
|
|
|
|
|
|
#30 | |
|
"NOT A TROLL"
Mar 2016
California
197 Posts |
Quote:
Example: 96*23^n+73
Last fiddled with by PawnProver44 on 2016-03-08 at 17:05 |
|
|
|
|
|
|
#31 |
|
"Forget I exist"
Jul 2009
Dumbassville
100000110000002 Posts |
and yet I bet using another mod or a program that takes advantage of factoring algorithms is so far ahead of this that it's not funny I was originally just saying there are conditions on k,b, and c that we can prove allow us to say k*b^n+c can't be prime in certain scenarios.
|
|
|
|
|
|
#32 | |
|
"NOT A TROLL"
Mar 2016
California
197 Posts |
Quote:
|
|
|
|
|
|
|
#33 | |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
2×47×101 Posts |
Quote:
Code:
----- -------------------------------- ------- ----- ---- -------------- rank description digits who year comment ----- -------------------------------- ------- ----- ---- -------------- 206 46821*2^3021380-374567 909531 p363 2013 217 18976*2^2976221-18975 895937 p373 2014 1816 37674760044125*2^1513679-67931 455677 p339 2012 (**) 2241 31723*2^1398273-507567 420927 p363 2013 (**) |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The Fastest Path | a1call | Puzzles | 23 | 2016-03-23 17:46 |
| Fastest you've driven a car? | Oddball | Lounge | 43 | 2011-03-14 00:26 |
| Fastest Primality Tests | flouran | Miscellaneous Math | 174 | 2010-07-15 00:02 |
| Looking for a sieving program | jasong | Math | 17 | 2007-03-21 18:50 |
| The fastest way to a top-5000 prime? | lsoule | 15k Search | 13 | 2005-09-19 20:24 |