Thue-Morse: Difference between revisions

Content added Content deleted
(Added Easylang)
imported>Tromp
(Add Thue-Morse in BLC)
Line 487: Line 487:
{{out}}
{{out}}
<pre>0110100110010110100101100110100110010110011010010110100110010110100101100110100101101001100101100110100110010110100101100110100110010110011010010110100110010110011010011001011010010110011010010110100110010110100101100110100110010110011010010110100110010110</pre>
<pre>0110100110010110100101100110100110010110011010010110100110010110100101100110100101101001100101100110100110010110100101100110100110010110011010010110100110010110011010011001011010010110011010010110100110010110100101100110100110010110011010010110100110010110</pre>

=={{header|Binary Lambda Calculus}}==

The (infinite) Thue-Morse sequence is output by the 115 bit BLC program

<syntaxhighlight>0001000110100001010100011010000000000101101110000101100000010111111101011001111001111110111110000011001011010000010</syntaxhighlight>

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


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