![]() |
|
|
#155 |
|
Oct 2007
Manchester, UK
5×271 Posts |
|
|
|
|
|
|
#156 |
|
"Forget I exist"
Jul 2009
Dumbassville
100000110000002 Posts |
this is more accurate to what i said. |
|
|
|
|
|
#157 |
|
Mar 2006
Germany
290410 Posts |
|
|
|
|
|
|
#158 | ||
|
Aug 2006
3×1,993 Posts |
Quote:
Speaking of which I was just trying (unsuccessfully?) to get the developers to expose a particular function, or at least a specialization of it (essentially, a function to find a nontrivial factor of a number). Quote:
That's how I'd prefer to do it. That way I wouldn't have to check the argument at each step. Frankly, if you want to mess with that you should have to write your own code to handle it. (Who knows, maybe for that application there's a good way to deal with it.) |
||
|
|
|
|
|
#159 |
|
Aug 2006
3×1,993 Posts |
Depending on what you mean by "easy" and on how far apart the primes are, there might be.
|
|
|
|
|
|
#160 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
I think we could use p^2=((p-q)^2) mod q to eliminate composites there are ways we could use this like for example the difference between odd primes is always 2x for some x so ((2x)^2) mod q can be used which turns to to 4x^2 mod q. that used with the fact that all odd primes have squares 1 mod 2 and we cover all primes. Though this might be barking up the wrong tree.
Last fiddled with by science_man_88 on 2010-12-15 at 12:35 |
|
|
|
|
|
#161 | |
|
"Forget I exist"
Jul 2009
Dumbassville
203008 Posts |
Quote:
|
|
|
|
|
|
|
#162 |
|
May 2004
New York City
108A16 Posts |
If you're computing p^p_sum_mods to 10^12, how many digits
will the two highest successful values (new multiples of powers of ten) have, and will these numbers be equal? |
|
|
|
|
|
#163 |
|
May 2004
New York City
2·29·73 Posts |
So what should we call this particular sequence?
I suspect it will turn up hidden numeric treasures. |
|
|
|
|
|
#164 | ||
|
May 2004
New York City
2·29·73 Posts |
From above:
Quote:
Quote:
be evidence that all are - including the mersennes. Last fiddled with by davar55 on 2010-12-28 at 01:21 |
||
|
|
|
|
|
#165 | |
|
Aug 2006
3·1,993 Posts |
Quote:
The hard part is the first of the three conditions; aside from that the conditional proof would be easy. But it wouldn't bring us any closer to an understanding of the infinitude or density of Mersenne primes. Frankly, I expect that showing that any reasonably natural exponential sequence (like Mersenne numbers) has infinitely many primes will be harder even than the prime tuple conjecture, which is mercifully linear. |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Regarding Squares | a1call | Miscellaneous Math | 42 | 2017-02-03 01:29 |
| Basic Number Theory 12: sums of two squares | Nick | Number Theory Discussion Group | 0 | 2016-12-11 11:30 |
| Integers = sums of 2s and 3s. | 3.14159 | Miscellaneous Math | 12 | 2010-07-21 11:47 |
| Sums of three squares | CRGreathouse | Math | 6 | 2009-11-06 19:20 |
| squares or not squares | m_f_h | Puzzles | 45 | 2007-06-15 17:46 |