Dazzlex
- 2
- 0
Solve this
1
1 1
2 1
1 2 1 1
1 1 1 2 2 1
3 1 2 2 1 1
? ? ? ? ? ? ? ?
1
1 1
2 1
1 2 1 1
1 1 1 2 2 1
3 1 2 2 1 1
? ? ? ? ? ? ? ?
The discussion revolves around a sequence puzzle known as the "look-and-say" sequence, where each line describes the previous line in terms of the frequency and value of digits. Participants explore the nature of the sequence, its mathematical implications, and its classification within mathematics.
There is no consensus on the mathematical significance of the sequence or its classification. Some participants view it as a legitimate mathematical problem, while others argue it lacks depth. Additionally, there are differing opinions on the correctness of proposed next lines in the sequence.
Participants express uncertainty about the implications of the sequence and its applications, with some noting that it may not have direct connections to broader fields of mathematics. The discussion includes various interpretations and assumptions about the sequence's nature.
Readers interested in number theory, mathematical puzzles, and encoding methods may find this discussion relevant.
matticus said:solve this
"bear, racecar, 7,?".
Dazzlex said:Solve this
1
1 1
2 1
1 2 1 1
1 1 1 2 2 1
3 1 2 2 1 1
? ? ? ? ? ? ? ?
could it be??Dazzlex said:Solve this
1
1 1
2 1
1 2 1 1
1 1 1 2 2 1
3 1 2 2 1 1
? ? ? ? ? ? ? ?
Wild Angel said:could it be??
1 3 1 1 1 2 1
Dazzlex said:Well done to everyone who understood the problem. I saw it in a book and it startled me at first but after a while it just looked so simple, so I just had to share it :)
Sean Torrebadel said:This is the general pattern that I see, is that right?:
x x x x x x x 1
x x x x x x 1 1
x x x x x x 2 1
x x x x 1 2 1 1
x x 1 1 1 2 2 1
x x 3 1 2 2 1 1
1 3 1 1 2 2 2 1
1 3 3 1 1 2 1 1
1 3 1 1 1 2 2 1
3 3 3 1 2 2 1 1
3 3
3 3
1 3
1 3
1 3
Then you are indicating that each column follows a repetitive pattern. That is inductively correct but that is wrong according to the actual rule used to form the sequence.Sean Torrebadel said:This is the general pattern that I see, is that right?:
x x x x x x x 1
x x x x x x 1 1
x x x x x x 2 1
x x x x 1 2 1 1
x x 1 1 1 2 2 1
x x 3 1 2 2 1 1
1 3 1 1 2 2 2 1
1 3 3 1 1 2 1 1
1 3 1 1 1 2 2 1
3 3 3 1 2 2 1 1
3 3
3 3
1 3
1 3
1 3
You can of course deduce that each column will eventually follow a pattern just as the decimal expansions of rational numbers all eventually follow a pattern. But the eventual pattern for column 4 is not 1122 it is 1223, the first 1 is not part of the repeating period.ramsey2879 said:Then you are indicating that each column follows a repetitive pattern. That is inductively correct but that is wrong according to the actual rule used to form the sequence.
Oddly enough I found that the length of each repeating cycle is always one of the following lengths 1,2, or 4. For simplicity I considered only cycles of length 4 by making the repeating cycle 12... = 1212.. etc. Then I change the index of those cycles that are the same as a previous cycle with the index changed (i.e. 2121... = 1212...) so that only the follow cycles need be considered. I list them below (all 24 possibilities are represented) along with the column in which they first appear.ramsey2879 said:You can of course deduce that each column will eventually follow a pattern just as the decimal expansions of rational numbers all eventually follow a pattern. But the eventual pattern for column 4 is not 1122 it is 1223, the first 1 is not part of the repeating period.
Now I tried various starting combations and found that the repeating cycle for each column is only dependent upon the ending number as long as there no repetions of the same digit more than 3 and no ending group of two 2's( a ending combination of ...ABB) where B = 2 as a A cycle with two columns of 2's appended at the end. For instance if the starting combination end in 1, say you start the say and see sequence of 1122331 or any other ending with 1 and containing no group of more then 3 of the same digit, the first occurrence of the repeating pattern 2223 will always be in column 18 and all other columns will always eventually have the same repeating cycle. If the starting combination ends in 12, 222, 32, or 3, there are only 6 possible repeating cycles and the first column of 4 of them will be the same. My next goal is to find the first column if any in which a given repeating cycle from these 6 cycles will be the same regardless of the combinations of 1's, 2's, and 3's with no grouping of 4 or more of the same digit together. In the listing below of the 24 cycles the 3rd, 4th and 5th columns give the first column in which given cycle will appear for starting combinations ending in 1, 2, or 3.ramsey2879 said:Oddly enough I found that the length of each repeating cycle is always one of the following lengths 1,2, or 4. For simplicity I considered only cycles of length 4 by making the repeating cycle 12... = 1212.. etc. Then I change the index of those cycles that are the same as a previous cycle with the index changed (i.e. 2121... = 1212...) so that only [24] cycles need be considered.
HallsofIvy said:And, of course, it has nothing to do with mathematics.