![]() |
|
|
#12 | |
|
Nov 2003
1D2416 Posts |
Quote:
|
|
|
|
|
|
#13 | |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
1000000001112 Posts |
Quote:
However, I am perfectly willing to share the theorems along with their proofs to any large-integer-computation-savvy entities that would be willing to assist me. |
|
|
|
|
|
#14 | |
|
Aug 2002
Buenos Aires, Argentina
2·683 Posts |
Quote:
For polynomials this is very easy to see: suppose that f(n) = p where n is an integer, p a prime number and f() is not constant. Then f(n+kp) is always multiple of p. At most deg(f) values of k will make f(n+kp) equal to p, so there are infinite values for the integer k for which the value of that polynomial f(n+kp) is not prime. If you want someone to program your algorithm, this person should be completely sure that the algorithm is sound. He will not necessarily believe you, so you will need to publish it somewhere with peer review before the coding start. In general this problem does not exist, because the mathematician can also program the algorithms. Last fiddled with by alpertron on 2015-10-23 at 23:51 |
|
|
|
|
|
#15 |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
3×5×137 Posts |
Hello alpertron,
I am aware of the proof for impossibility of regular as well as irregular polynomials generating prime numbers for all values of n. However there are no proofs that other formulas will fail as well. An example would be Mills' formula, which is generally accepted to generate primes if the constant can be calculated. To be clear my theorem has nothing to do with Mills' formula. My theorem is very similar to the example I posted above and you quoted(but can be made to diverge for large n). It obviously does work for n= 6 and n= 7 and it can be proven that it would work for any results less than 49 which happen to be 41 and 23. A quick proof would be that the two sides do not have a common divisor and thus their sum can not divide any of their prime factors which are all the positive primes less than or equal to 7. Thus any sum that is less than 72 has to be prime. No primality testing is required. Last fiddled with by a1call on 2015-10-24 at 00:03 |
|
|
|
|
#16 |
|
Aug 2002
Buenos Aires, Argentina
55616 Posts |
With respect to Mills, it is clear that the constant was computed from prime numbers, so it cannot be used to generate prime numbers.
It is like saying that the sequence N(10n) generates always prime numbers (where N(k) means the next prime after k). The sequence exists because of Bertrand's postulate. But it is not easily computable, especially in the billion-digit range. Your example does not generalize to higher primorials: for example 11*7*5*3-2n = 1155 - 2n. You get 1155-1024 > 121, so you get no primes using your method. Last fiddled with by alpertron on 2015-10-24 at 00:29 |
|
|
|
|
#17 | |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
40078 Posts |
Quote:
There are other formulas as well. Regardless my theorem as mentioned has nothing to do with Mills' formula. Your sum should be 131 and 131 is not less than 112 and does not apply to the proof I made. Your examples fails to diverge to less than 121. But I already pointed that out before. The example is not my theorem but is similar. The difference is that my theorem can be made to diverge to less than the largest prime factor squared. Last fiddled with by a1call on 2015-10-24 at 00:44 |
|
|
|
|
|
#18 | |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
9,787 Posts |
Quote:
|
|
|
|
|
|
#19 |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
3×5×137 Posts |
That is true and I planned to submit the theorems for publication. Until I came across the EFF prize. The official rules explicitly disqualify any theorems from winning the prize and require a specific prime. I find it idiotic to publish a thereon which will almost immediately enable someone with the right computing power to claim the EFF prize. Still if there are no takers I will go with the submit for publication option.
Last fiddled with by a1call on 2015-10-24 at 00:43 |
|
|
|
|
#20 | |
|
Aug 2002
Buenos Aires, Argentina
2×683 Posts |
Quote:
Since your prime is bounded by n2, in order to find the billion-digit prime number, you will need to find the difference of two numbers of about 105*10^8/log(10) digits. Forget it. Last fiddled with by alpertron on 2015-10-24 at 00:54 |
|
|
|
|
|
#21 | |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
3·5·137 Posts |
Quote:
The example that I provided is not only difficult to diverge, but virtually impossible. That is why I posted it on the open forum, since it will not make anyone claim any prizes. However, my theorem can result in a formula that will diverge to a value where the associated proof confirms the output number is prime. |
|
|
|
|
|
#22 |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
3×5×137 Posts |
My bad alpertron,
I meant converge. Sorry about that |
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is CEMPLLA 1.5 "the only software in the world capable of discovering" something? Not really. | CRGreathouse | Number Theory Discussion Group | 51 | 2018-12-16 21:55 |
| Aouessare-El Haddouchi-Essaaidi "test": "if Mp has no factor, it is prime!" | wildrabbitt | Miscellaneous Math | 11 | 2015-03-06 08:17 |
| "Subproject" #10: 200k-300k to 110 digits | RobertS | Aliquot Sequences | 9 | 2011-05-07 15:30 |
| Would Minimizing "iterations between results file" may reveal "is not prime" earlier? | nitai1999 | Software | 7 | 2004-08-26 18:12 |
| Search for a number theoretic function related to "prime divisor sums" | juergen | Math | 2 | 2004-07-10 23:01 |