Thue-Morse: Difference between revisions

Content added Content deleted
imported>Tromp
Line 492: Line 492:
The (infinite) Thue-Morse sequence is output by the 115 bit BLC program
The (infinite) Thue-Morse sequence is output by the 115 bit BLC program


<syntaxhighlight>0001000110100001010100011010000000000101101110000101100000010111111101011001111001111110111110000011001011010000010</syntaxhighlight>
<pre>0001000110100001010100011010000000000101101110000101100000010111111101011001111001111110111110000011001011010000010</pre>


as documented in https://github.com/tromp/AIT/blob/master/characteristic_sequences/thue-morse.lam
as documented in https://github.com/tromp/AIT/blob/master/characteristic_sequences/thue-morse.lam
Line 498: Line 498:
Output:
Output:


<syntaxhighlight>01101001100101101001011001101001100101100110100101101001100101101001011001101001011010011001011001101001100101101001011001101001100101100110100101101001100101100110100110010110100101100110100101101001...</syntaxhighlight>
<pre>01101001100101101001011001101001100101100110100101101001100101101001011001101001011010011001011001101001100101101001011001101001100101100110100101101001100101100110100110010110100101100110100101101001...</pre>


=={{header|BQN}}==
=={{header|BQN}}==