![]() |
|
|
#12 |
|
∂2ω=0
Sep 2002
República de California
265778 Posts |
As a moderator of the Math forum, I tried changing the title of this thread to something more descriptive - that's why Michael's initial post reads as having been last edited by me. (I only changed the subject: line, not the post content). Apparently the vBulletin software (unlike phpBB) doesn't change thread titles that way. Mike (Xyzzy), is there any way to change the thread title?
|
|
|
|
|
|
#13 | |
|
Sep 2003
5·11·47 Posts |
Quote:
|
|
|
|
|
|
|
#14 | |
|
∂2ω=0
Sep 2002
República de California
19×613 Posts |
Quote:
|
|
|
|
|
|
|
#15 |
|
Dec 2003
Belgium
1018 Posts |
I haven't figured out yet why j=0mod2, but i came up with something else that i found worth mentioning.
Continuing the letters used in this threat: If F(n)=2^(2^p)+1 is composite and you call it's divisors qi=ji*2^(n+1)+1 (i=1,2,...) then the product over all the qi's you get: F(n)=product(ji)*2^(2n+2)+sum(ji)*2^(n+1)+1 (i=1,2,...) (A) We also have that: F(n)=1mod2^(2n+2) (B) (A)+(B) conclude that sum(ji)*2^(n+1)=0mod2^(2n+2) or sum(ji)=0mod2^(n+1) Example for F(5)=641*6700417: 641=10*2^6 + 1 6700417=104694*2^6 + 1 and 10+104694=818*2^6 I don't believe much before i see a proof, but if you take j=0mod2 then you can conclude further that sum(ji)=0mod2^(n+2) "Off topic" I never knew it was this tough ...typing... math, sthing that took me 3 minutes to write down on paper took approx 15 mts to type and still it doesn't look "maths". Could someone please explain me how to use exponents and indices? And is it even possible to use Pi and Sigma in greek notation (which are widely used as symbols for product and sum)? -michael |
|
|
|
|
|
#16 | |
|
Sep 2003
5·11·47 Posts |
Quote:
In HTML, you could use & Sigma ; and & Pi ; (again without the spaces around the & and the ; ), but this board software might not allow it (and even if it did, many people wouldn't see Greek letters because of browser or font issues). Testing: Σ ... Π |
|
|
|
|
|
|
#17 |
|
"Mike"
Aug 2002
22·29·71 Posts |
You could type it all into Mathematica, Maple or even Word formula editor and attach the image...
|
|
|
|
|
|
#18 | |
|
Sep 2003
5·11·47 Posts |
Quote:
And also, it's the size of a regular capital letter, whereas you really want something a little larger. However, if you use & sum ; and & prod ; I think it will work: Testing: ∑ ai xi ∏ aibi |
|
|
|
|
|
|
#19 |
|
Sep 2003
A1916 Posts |
Testing Euler gamma:
& gamma ; Testing: γ = 0.57721566490153286... eγ |
|
|
|
|
|
#20 |
|
"Gang aft agley"
Sep 2002
2×1,877 Posts |
Testing the equivalence symbol that's also used for congruence
& #8801 ; ≡ & equiv ; ≡ Up ≡ (3/p) (mod p) P ≡ 1 (mod 4) |
|
|
|
|
|
#21 |
|
Jan 2004
Quebec, Canada
32 Posts |
I know that we can eliminate most numbers while trying to factor a Mersenne. ( A factor must be in the form 2kp+1, it must be 1 or 7 MOD 8, and must be prime. )
But is there a similar pattern that factors must have for numbers in the form N * 2^p-1 +/- 1 ( Even if it only works on N * 2^p+1 or only with N*2^p-1, I'd like to know ) ? JoCo |
|
|
|
|
|
#22 |
|
Dec 2003
Belgium
1018 Posts |
Grrrrr Now that i typed it all out, i noticed that i actually didn't prove what Lucas said, though this is a more elementary proof (without groupe theorem) of the initial assumption. I will investigate further....and well, i did prove sthing for other bases than 2
Too much work to just simply delete it Lemma: For any odd prime p that doesn't devide a: If a2 + 1 ≡ 0 mod p then p ≡ 1 mod 4 Proof: Suppose this isn't always the case, so imagine p=4k + 3 (1) Flt (Fermat litte theorem) gives ap-1 - 1 ≡ 0 mod p and therefor a4k+2 - 1 ≡ 0 mod p (2)Since a2 + 1 divides p this product (a2 + 1)(a4k - a4k-2 +a4k-4 - ... +a4 - a2 +1)=a4k+2 + 1 will also be ≡ 0 mod p (1) + (2) gives that p devides both a4k+2 - 1 and a4k+2 + 1 So p=2, a contradiction and p must be of the form p=4k + 1 Which proves this lemma Now look at a4 + 1 and p mod 8. Cause of the previous lemma and a4 + 1 = a2[sup]2[/sup] + 1 , the only leftovers are p ≡ 1 mod 8 and p ≡ 5 mod 8 Same reasoning gives (1) a4k+2 - 1 ≡ 0 mod p; (2) (a4 + 1)(a8k - a8k-4 +a8k-8 - ... +a8 - a4 +1)=a8k+2 + 1 ≡ 0 mod p Which results in a likewise contradiction so p=8k + 1 It's easy to see that for every a2[sup]n[/sup] + 1 we only need to check p=2n+1k + (2n + 1) and rule out this possibility using the same strategy over and over so p=2n+1k + 1. Take a=2 then u see that if p devides 22[sup]n[/sup] + 1, then p=2n+1k+1 -michael Last fiddled with by michael on 2004-01-20 at 17:05 |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| factoring special form of 1024-bit RSA key | Johnatan | YAFU | 20 | 2016-04-22 04:33 |
| Number of distinct prime factors of a Double Mersenne number | aketilander | Operazione Doppi Mersennes | 1 | 2012-11-09 21:16 |
| Factors with special form | RedGolpe | Factoring | 5 | 2011-11-03 18:38 |
| Fermat number factors | Citrix | Math | 35 | 2007-01-23 23:17 |
| Closed form solution of x^2 = 2 mod Fermat number | mpenguin | Factoring | 10 | 2005-09-29 07:46 |