![]() |
|
|
#45 |
|
Mar 2008
310 Posts |
|
|
|
|
|
|
#46 |
|
Banned
"Luigi"
Aug 2002
Team Italia
24·7·43 Posts |
|
|
|
|
|
|
#47 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
10000101010112 Posts |
I just made Pari/GP output those two things to files and compared them with COMP. Guess what, they're precisely the same...big surprise.
Jasong, you know of a way you can prove or disprove that 769 divides 2^3355584+1? Write it out on paper using a calculator to assist you (unless they're in the conspiracy, too). Be my guest. Multiply 2 by itself 3,355,584 times then add one (or have the computer do this part if you trust it for that) and manually divide that by 769. Just don't make a single mistake during any of it, and you'll be fine. If all the major chip makers are reducing their precision, how do you plan to prove that 2^3355584+1 is prime? With an iPod? Graphing calculator maybe? Have fun waiting years for it to finish... |
|
|
|
|
|
#48 | ||
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
Quote:
Quote:
As a warning to everyone else, I expect his vitriol to carry over to the other forums that he participates in. I've had similar run-ins with him elsewhere for the same reasons that we see in this thread, specifically, he refuses to accept that some people know far more than he does about sieving, factoring, and PRP testing. Although I tend to be a little more civil than Bob, I also tend to be a little more sarcastic and like to point out flaws in logic, which has put me on jasong's and Ttn's *hit lit. Their problem is that they tend to refuse to admit that they are wrong. To jasong: So Long, and Thanks for All the Fish Last fiddled with by rogue on 2008-03-19 at 12:47 |
||
|
|
|
|
|
#49 | |
|
Cranksta Rap Ayatollah
Jul 2003
64110 Posts |
Quote:
You come in here spouting nonsense. You aren't even aware that it's nonsense. You refuse to learn. You refuse to go read the books that people tell you to read. You get some wild-ass idea (which is fine!) and then ask for information about it, and then when someone tells you where to find more information, you abandon the idea (which is not fine!). You wanted to tell us "FUCK YOU"? Every time you DON'T read a book you're told to read, you're already saying it loud and clear. Some people have patience or just don't care. Silverman does, and you're too sensitive to look past the abrasion and actually TAKE GOOD ADVICE. Instead of following through with expert information given to you, you decide instead to hang out with someone who CLEARLY has no clue what the hell is going on, has paranoid delusions and shit-for-math. Finally, stop using your mental illness as a crutch. EVERYONE on this board knows that your education was cut short because of your mental illness. You mention it almost every third post. GET OVER IT. I have plenty of friends who have mental illness issues, and they do fine in mathematics. Hell, look at John Nash. Stop apologizing for being an amateur and then getting offended when you get treated like one. Stop apologizing for not knowing the requisite material and GO LEARN THE REQUISITE MATERIAL. You've been repeatedly told where to find it. Yes, it's hard. No, it's not glorious. Sometimes it's very dull, unexciting work. But everyone who helps you has gone through it, and I loathe people who want to abuse the knowledge of others to try and take a shortcut. You have to put in the work. Last fiddled with by Orgasmic Troll on 2008-03-19 at 12:34 |
|
|
|
|
|
|
#50 | |
|
∂2ω=0
Sep 2002
República de California
5·17·137 Posts |
Tough Love claims another victim...
BTW, who is this "Hilter" fellow jasong seems to dislike so much? Is he a famous mathematician - perhaps a distant name-mangled relative of Hilbert? Does he have a function space named after him? You know, as in "Hilter space ... the final frontier..." I can see how that kind of math credibility on the late Mr. Hilter's part would make the jasong's of this world intensely resentful. Quote:
Question: Does 769 divide (2^3355584+1)? Answer: Exponent 3355584 = 1100110011001111000000 in base 2. To check divisibility by 769, use the LR exponentiation algorithm to obtain 2^3355584 modulo 769, then add 1 to the result: Code:
iteration bit x % 769 ("residue")
--------- --- --------------------
0 1 2
1 1 2*x^2 = 8, % 769 = 8
2 0 x^2 = 64, % 769 = 64
3 0 x^2 =4096, % 769 = 251 (from here on just show the modded result)
4 1 2*x^2 % 769 = 655
5 1 2*x^2 % 769 = 615
6 0 x^2 % 769 = 646
7 0 x^2 % 769 = 518
8 1 2*x^2 % 769 = 655
9 1 2*x^2 % 769 = 615
10 0 x^2 % 769 = 646
11 0 x^2 % 769 = 518
12 1 2*x^2 % 769 = 655
13 1 2*x^2 % 769 = 615
14 1 2*x^2 % 769 = 523
15 1 2*x^2 % 769 = 299
16 0 x^2 % 769 = 197
17 0 x^2 % 769 = 359
18 0 x^2 % 769 = 458
19 0 x^2 % 769 = 596
20 0 x^2 % 769 = 707
21 0 x^2 % 769 = 768
And Jason, what you "discover" with respect to the above divisibility problem matters not one whit, since the above PROVES that 769 is a divisor. Not "possibly shows," not, "is likely effective", but PROVES - do you even have a clue as to what that means? Wait, don't answer that if it means you coming back to here to waste more of our time and the forum's bandwidth. Last fiddled with by ewmayer on 2008-03-19 at 16:32 |
|
|
|
|
|
|
#51 |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
3·19·109 Posts |
|
|
|
|
|
|
#52 | |
|
Bamboozled!
"𒉺𒌌𒇷𒆷𒀭"
May 2003
Down not across
47×229 Posts |
Quote:
I'm surprised jasong has even heard of him. He (jasong) clearly has a better education than I'd surmised from his postings here. Paul |
|
|
|
|
|
|
#53 |
|
Jun 2003
22×33×47 Posts |
<wild speculation>
Considering the original post's emphasis on 10-million digit prime, I am just wondering may be the intended number is F25 = 2^2^25+1 = 2^33554432+1. It looks similar, is over 10m digits, and is at least a non-trivial candidate (except for the fact that it has three known factors) </wild speculation> |
|
|
|
|
|
#54 | |
|
∂2ω=0
Sep 2002
República de California
5×17×137 Posts |
Quote:
"Oh well, you'll want the A39 then...no, no, you've got the wrong map there, this is Stalingrad, you want the Ilfracombe and Barnstaple section." Last fiddled with by ewmayer on 2008-11-20 at 16:41 Reason: Added der gut Hilter linkische thingie |
|
|
|
|
|
|
#55 | |
|
Sep 2002
Database er0rr
5·751 Posts |
Quote:
2^768==1 (mod 769) So 2^3355584+1 (mod 769) becomes: 2^(768*N+192) +1 (mod 769) for some N 2^(768*N)*2^192+1 (mod 769) (2^(678))^N*2^192+1 (mod 769) (1)^N*2^192+1 (mod 769) using Fermat's little theorem 2^192+1 (mod 769) We know 2^768-1 is factored as (2^384+1)*(2^192+1)*(2^192-1) by recursive use of the difference of two squares: A prime "p=4*n+1" could divide (2^n+1). 192 in binary is 10100010 and could govern a 7-step version of Ernst's algorithm. Is Pierre at Intel?
Last fiddled with by paulunderwood on 2008-03-20 at 17:58 |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Proof of Legendre's conjecture, that there is always a prime between n^2 and (n+1)^2 | MarcinLesniak | Miscellaneous Math | 41 | 2018-03-29 16:30 |
| Legendre's prime counting function | pbewig | Information & Answers | 0 | 2011-07-14 00:47 |
| What is Legendre Symbol? slowing down sr2sieve? | cipher | Software | 3 | 2009-05-20 13:35 |
| Computing n-th power residue symbols | geoff | Sierpinski/Riesel Base 5 | 2 | 2006-10-24 00:09 |
| defective memory chip? | ixfd64 | Hardware | 2 | 2004-11-28 05:45 |