![]() |
|
|
#331 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
|
|
|
|
|
|
|
#332 | |||
|
May 2010
Prime hunting commission.
69016 Posts |
Quote:
Quote:
Quote:
Last fiddled with by 3.14159 on 2010-08-03 at 17:45 |
|||
|
|
|
|
|
#333 |
|
Aug 2006
3·1,993 Posts |
OK, a nice solid mathematical description, some Pari code (posted nicely in a [code] block!)... things are starting to make sense.
Code:
for(p=5,30,
for(n=1,20,
if((6*n*p+p)%24==7 || (6*n*p-p)%24==7,
print(floor((6*n*p-p)/24)","p)
)
)
)
|
|
|
|
|
|
#334 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
heres my thought originally p is a number >1 I think anyways p*(6n+/-1) will give 2 factors that aren't 1 meaning for p>1 they all show composite so any time they are = 24m+7 by his phrasing they show composite m values I've found patterns to these results for given p as long as we can figure out p*x+c to not name variables again (takes finding a way to find c) then we can find when these hit the sequence given and use any pattern found to eliminate more which will only leave values that generate primes(since 24(n)+7 for the sequence gives odd Mersenne numbers the values that give primes will have to give Mersenne primes).
|
|
|
|
|
|
#335 |
|
Aug 2006
3·1,993 Posts |
Pi, I'm glad your language skills exceed mine. I can't understand the quoted statement well enough that I could have found a counterexample, and I still don't understand what makes those numbers counterexamples. (I just don't understand the statement, period.) But I'm glad someone here can follow sm88's posts.
|
|
|
|
|
|
#336 | ||
|
May 2010
Prime hunting commission.
69016 Posts |
Quote:
It's like trying to look for primes of the form 14k + 7. None exist, and none exist here either. Quote:
But now that he clarified and demanded that both p be the same, there will be no primes found there, because an and b in this case share a common divisor, p. Last fiddled with by 3.14159 on 2010-08-03 at 17:54 |
||
|
|
|
|
|
#337 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
Last fiddled with by science_man_88 on 2010-08-03 at 17:55 |
|
|
|
|
|
|
#338 | |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
Quote:
|
|
|
|
|
|
|
#339 | |
|
"Forget I exist"
Jul 2009
Dumbassville
203008 Posts |
Quote:
I could easily prove it to me just can't express it socially (aspergers suck if this what life will be lol) Last fiddled with by science_man_88 on 2010-08-03 at 18:02 |
|
|
|
|
|
|
#340 | ||||
|
Aug 2006
175B16 Posts |
Quote:
Since the right side cannot be divisible by 2 or 3, the factors on the left must be at least 5. Every number > 1 relatively prime to 6 (as the numbers on the left must be) is of the form ![]() Quote:
Quote:
What sequence? At what point have we eliminated anything? Quote:
|
||||
|
|
|
|
|
#341 |
|
Aug 2006
3·1,993 Posts |
I'm trying to figure out what he means, whether the thing he has in mind is possible or impossible. I'm well able to factor simple expressions, thank you. I'm much less able to interpret what posters here intend. (And not just science_man_88, either, though he's probably one of the hardest.)
Last fiddled with by CRGreathouse on 2010-08-03 at 18:05 |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wheel Factorization | a1call | Factoring | 11 | 2017-06-19 14:04 |
| Efficient Test | paulunderwood | Computer Science & Computational Number Theory | 5 | 2017-06-09 14:02 |
| LL tests more credit-efficient than P-1? | ixfd64 | Software | 3 | 2011-02-20 16:24 |
| A Wheel | storm5510 | Puzzles | 7 | 2010-06-25 10:29 |
| Most efficient way to LL | hj47 | Software | 11 | 2009-01-29 00:45 |