mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Math

Reply
 
Thread Tools
Old 2003-12-23, 19:37   #12
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
República de California

265778 Posts
Default

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?
ewmayer is offline   Reply With Quote
Old 2003-12-23, 19:52   #13
GP2
 
GP2's Avatar
 
Sep 2003

5·11·47 Posts
Default

Quote:
Originally posted by ewmayer
Apparently the vBulletin software (unlike phpBB) doesn't change thread titles that way. Mike (Xyzzy), is there any way to change the thread title?
Admin Options: Edit Thread should do it, no? (bottom of the page).
GP2 is offline   Reply With Quote
Old 2003-12-23, 19:56   #14
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
República de California

19×613 Posts
Default

Quote:
Originally posted by GP2
Admin Options: Edit Thread should do it, no? (bottom of the page).
Yep, that works. Thanks, Gord. That should make it easier for future users to find the thread via any set of the obvious search options for this topic.
ewmayer is offline   Reply With Quote
Old 2003-12-23, 22:15   #15
michael
 
Dec 2003
Belgium

1018 Posts
Default

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
michael is offline   Reply With Quote
Old 2003-12-24, 00:23   #16
GP2
 
GP2's Avatar
 
Sep 2003

5·11·47 Posts
Default

Quote:
Originally posted by michael
"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)?
For superscripts and subscripts, you can use [ sup ] and [ /sup ] and [ sub ] and [ /sub ] (except without the spaces around the brackets).

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: Σ ... Π
GP2 is offline   Reply With Quote
Old 2003-12-24, 00:53   #17
Xyzzy
 
Xyzzy's Avatar
 
"Mike"
Aug 2002

22·29·71 Posts
Default

You could type it all into Mathematica, Maple or even Word formula editor and attach the image...
Attached Thumbnails
Click image for larger version

Name:	9.1.1_19.gif
Views:	1159
Size:	466 Bytes
ID:	99  
Xyzzy is offline   Reply With Quote
Old 2003-12-31, 22:59   #18
GP2
 
GP2's Avatar
 
Sep 2003

5·11·47 Posts
Default

Quote:
Originally posted by GP2
In HTML, you could use & Sigma ; and & Pi ;
[...]
Testing: Σ ... Π
This fails under Mozilla, for some reason it produces a capital Z instead of a capital Sigma.
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
GP2 is offline   Reply With Quote
Old 2003-12-31, 23:02   #19
GP2
 
GP2's Avatar
 
Sep 2003

A1916 Posts
Default

Testing Euler gamma:

& gamma ;

Testing:
γ = 0.57721566490153286...
eγ
GP2 is offline   Reply With Quote
Old 2004-01-16, 10:09   #20
only_human
 
only_human's Avatar
 
"Gang aft agley"
Sep 2002

2×1,877 Posts
Default

Testing the equivalence symbol that's also used for congruence

& #8801 ;


& equiv ;
≡

Up ≡ (3/p) (mod p)
P ≡ 1 (mod 4)
only_human is offline   Reply With Quote
Old 2004-01-16, 21:46   #21
JoCo
 
Jan 2004
Quebec, Canada

32 Posts
Default Which factors to keep ?

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
JoCo is offline   Reply With Quote
Old 2004-01-20, 17:03   #22
michael
 
Dec 2003
Belgium

1018 Posts
Default

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
michael is offline   Reply With Quote
Reply

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

All times are UTC. The time now is 15:40.


Mon Aug 2 15:40:43 UTC 2021 up 10 days, 10:09, 0 users, load averages: 2.01, 2.22, 2.39

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.