mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Aliquot Sequences

Reply
 
Thread Tools
Old 2009-07-09, 01:57   #276
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

242568 Posts
Default

Yeah, I'm fully aware of what merged sequences are. So a sequence that simply merges with another is a sister sequence. Correct? If so, why 2 different terms for the same thing? Isn't it just a merged sequence?

This brings up another question: I see multiple merges for many of the merged sequences shown as such on your pages. How do you decide which sequence to use for the merge? I would think that it should be the lowest sequence that it merges with but I see that sometimes it is and sometimes it isn't. It doesn't appear consistent to me. What is the rule for deciding which sequence that another merges with when there are multiple merges?


Gary

Last fiddled with by gd_barnes on 2009-07-09 at 01:58
gd_barnes is online now   Reply With Quote
Old 2009-07-09, 02:56   #277
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

17·251 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
Yeah, I'm fully aware of what merged sequences are. So a sequence that simply merges with another is a sister sequence. Correct? If so, why 2 different terms for the same thing? Isn't it just a merged sequence?
No. As far as I know, I made up the "sister sequence" terminology, and it is separate from a merged sequence. Merged sequences are where n1.i1=n2.i2, (note: I'm using n.i to mean the ith iteration of sequence n) sister sequences are where (n1.i1)/(driver1)=(n2.i2)/(driver2) for many subsequent lines (not just a one-time coincidence or something).
Quote:
Originally Posted by gd_barnes View Post
This brings up another question: I see multiple merges for many of the merged sequences shown as such on your pages. How do you decide which sequence to use for the merge? I would think that it should be the lowest sequence that it merges with but I see that sometimes it is and sometimes it isn't. It doesn't appear consistent to me. What is the rule for deciding which sequence that another merges with when there are multiple merges?


Gary
Perhaps the lowest at time of merge? I'd expect it to just be the smallest, but if it's not consistent...I don't really know.

Last fiddled with by Mini-Geek on 2009-07-09 at 02:57
Mini-Geek is offline   Reply With Quote
Old 2009-07-09, 03:21   #278
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

2×41×127 Posts
Default

Quote:
Originally Posted by Mini-Geek View Post
No. As far as I know, I made up the "sister sequence" terminology, and it is separate from a merged sequence. Merged sequences are where n1.i1=n2.i2, (note: I'm using n.i to mean the ith iteration of sequence n) sister sequences are where (n1.i1)/(driver1)=(n2.i2)/(driver2) for many subsequent lines (not just a one-time coincidence or something).
Hum. That is not what Karsten implied at all. He was describing a sequence that directly merged with another, i.e. that they encounter the same value at some point.

Let me give an example and see if I have the sister sequence definition straight. (I learn better by examples).

If sequence x has a value of 2000000004 at some index and sequence y has a value of 1000000002 at some index, i.e. 2000000004/2, then they may run "in sync" for many indexes and so are considered sister sequences. And further...they may run in sync for a while and then become out of sync after an extended period of time.

Is that correct? If so, it is completely different than what Karsten stated, which only referred to what I understand as merged sequences.

Oh boy, I just this second realized that I referenced "sister" sequence in my follow up. I has asked about "side" sequences originally...probably 2 different things.

OK, if my "sister" sequence definition is correct above, is Karsten's explanation of a "side" sequence correct? If so, my question is: Why are there 2 different names for the same thing: That is a "merged" sequence and a "side" sequence.

Sorry for the confusion.


Gary
gd_barnes is online now   Reply With Quote
Old 2009-07-09, 06:43   #279
10metreh
 
10metreh's Avatar
 
Nov 2008

2×33×43 Posts
Default

"Merges" are where a value from one sequence is equal to a value from another, lower sequence (e.g. 314718 merges with 4788).

"Side-sequences" are where a value from one sequence is equal to a value from another, higher sequence (e.g. 56440 is a side-sequence of 1578).
10metreh is offline   Reply With Quote
Old 2009-07-09, 08:39   #280
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

1041410 Posts
Default

Ah, very good. Thanks for the explanation on side sequences.

Can someone confirm that my understanding of "sister" sequences is correct?
gd_barnes is online now   Reply With Quote
Old 2009-07-09, 08:56   #281
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

22·727 Posts
Default

Mini-Geek gave an example in his first post of the Sister-thread:

24384 and 100651008 are 'sisters' (in his notation/definiton), because the both begin with <driver>*3:
24384 -> driver = 2^6*127
100651008 -> driver = 2^12*8191

both sequences run 'together' with their own driver and the same remaining part of each index. the numbers for same indices are different so they are not sideseqs at all.

Last fiddled with by kar_bon on 2009-07-09 at 08:58
kar_bon is offline   Reply With Quote
Old 2009-07-09, 12:55   #282
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

102538 Posts
Default

Quote:
Originally Posted by 10metreh View Post
"Merges" are where a value from one sequence is equal to a value from another, lower sequence (e.g. 314718 merges with 4788).

"Side-sequences" are where a value from one sequence is equal to a value from another, higher sequence (e.g. 56440 is a side-sequence of 1578).
So are all of these statements equivalent with x>y, or not?
x merges with y
x is a side-sequence of y
y has a side-sequence of x

Does the order of computing have anything to do with it? 56440 and 1578 merge to have the same number, so why does the DB not say that one merges into the other? Is it because there is in fact a difference between a merge and a side sequence? I'm not seeing the difference.

Last fiddled with by Mini-Geek on 2009-07-09 at 12:55
Mini-Geek is offline   Reply With Quote
Old 2009-07-09, 13:46   #283
10metreh
 
10metreh's Avatar
 
Nov 2008

1001000100102 Posts
Default

Quote:
Originally Posted by Mini-Geek View Post
So are all of these statements equivalent with x>y, or not?
x merges with y
x is a side-sequence of y
y has a side-sequence of x

Does the order of computing have anything to do with it? 56440 and 1578 merge to have the same number, so why does the DB not say that one merges into the other? Is it because there is in fact a difference between a merge and a side sequence? I'm not seeing the difference.
There is a difference. Merges are when the sequence drops below its starting number and joins another sequence (eg 314718 drops down to 5 digits after a peak of about 90, where it merges with 4788). With side-sequences, the sequence does not drop below its starting value, so 1578, which only drops to 56440, acquires 56440 as a side-sequence.
10metreh is offline   Reply With Quote
Old 2009-07-09, 14:28   #284
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

17×251 Posts
Default

Quote:
Originally Posted by 10metreh View Post
There is a difference. Merges are when the sequence drops below its starting number and joins another sequence (eg 314718 drops down to 5 digits after a peak of about 90, where it merges with 4788). With side-sequences, the sequence does not drop below its starting value, so 1578, which only drops to 56440, acquires 56440 as a side-sequence.
Oh, I get it now. So merges are where a sequence's value drops below its starting value, so n1.i1=n2=n2.0 with n2<n1, whereas side sequences are n1.i1=n2.i2 with i1,i2>0.

Last fiddled with by Mini-Geek on 2009-07-09 at 14:31
Mini-Geek is offline   Reply With Quote
Old 2009-07-09, 16:50   #285
Greebley
 
Greebley's Avatar
 
May 2009
Dedham Massachusetts USA

84310 Posts
Default

Actually, I wouldn't count 56440 as a side sequence - it is part of 1578's sequence and not a side sequence at all.

I usually think of side sequences to be when x->...z and y->...z where z is bigger than both.

For example, 64116:19 = 10284:354 = 15752044

DB calls this a merge however.
Greebley is offline   Reply With Quote
Old 2009-07-09, 18:30   #286
axn
 
axn's Avatar
 
Jun 2003

5,087 Posts
Default

When two sequences are shown to have a common element, from that point onwards, only one needs to be computed (it is a deterministic computation, after all). The sequences can be said to have "merged" or had a "confluence". One of them (the one with lower starting point) will be designated the main sequence, and the other will be designated a side-sequence.
axn is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Any updates please ? Aillas XYYXF Project 11 2020-04-05 12:38
Updates Baumann Eduard Information & Answers 5 2012-10-25 18:44
result updates?? timespy Information & Answers 3 2009-04-28 20:26
K=13236795 Status Post ValerieVonck 15k Search 33 2005-10-31 22:54
Stats updates SandStar NFSNET Discussion 7 2004-07-03 22:59

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


Fri Aug 6 22:40:37 UTC 2021 up 14 days, 17:09, 1 user, load averages: 4.27, 3.99, 3.63

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.