NIaS: Thue-Morse

Consider the following function applied on a sequence of numbers:

  • First, group together identical numbers in a row in the sequence and count them. For example, for the sequence 1 , 2 , 3 , 3 , 2 , 2 , 2 , 1 , 1 , 2 , 1,2,3,3,2,2,2,1,1,2, group it as follows and count the number of elements in each group: ( 1 ) 1 , ( 2 ) 1 , ( 3 , 3 ) 2 , ( 2 , 2 , 2 ) 3 , ( 1 , 1 ) 2 , ( 2 ) 1 . \underbrace { (1) }_{ 1 } ,\underbrace { (2) }_{ 1 },\underbrace { (3,3) }_{ 2 } ,\underbrace { (2,2,2) }_{ 3 } ,\underbrace { (1,1) }_{ 2 } ,\underbrace { (2) }_{ 1 }.
  • Then, take the new sequence created by the numbers counted (the ones under the braces): 1 , 1 , 2 , 3 , 2 , 1. 1,1,2,3,2,1.

Now, apply this function to the infinite Thue-Morse sequence multiple times.

What is the largest number you can get in one of the altered sequences?

1 2 3 5 14 26 58 It's infinitely large

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Louis Ullman
Apr 20, 2018

Applying the function: 1 , 2 , 2 , 1 , 2 , 1 , 1 , 2 , 2 , 1 , 1 , 2 , 1 , 2 , 2 , 1 , 2 , 1 , 1 , 2 , 1 , 2 , 2 , 1 , 1 , 2 , 2 , 1 , 2 , 1 , 1 , 2... 1 , 2 , 1 , 1 , 2 , 2 , 2 , 1 , 1 , 2 , 1 , 1 , 2 , 1 , 1 , 2 , 2 , 2 , 1 , 1 , 2... 1 , 1 , 2 , 3 , 2 , 1 , 2 , 1 , 2 , 3 , 2 , 1... 2 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1... 2 , , 2 1,2,2,1,2,1,1,2,2,1,1,2,1,2,2,1,2,1,1,2,1,2,2,1,1,2,2,1,2,1,1,2...\\ 1,2,1,1,2,2,2,1,1,2,1,1,2,1,1,2,2,2,1,1,2...\\ 1,1,2,3,2,1,2,1,2,3,2,1...\\ 2,1,1,1,1,1,1,1,1,1,1...\\ 2,\boxed { \infty } ,2

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...