Thue-Morse: Difference between revisions

m
→‎Excel LAMBDA: added a variant output type
(→‎{{header|Excel}}: Added an Excel LAMBDA version.)
m (→‎Excel LAMBDA: added a variant output type)
Line 880:
|}
 
Or, as a string:
 
{| class="wikitable"
|-
|||style="text-align:right; font-family:serif; font-style:italic; font-size:120%;"|fx
! colspan="2" style="text-align:left; vertical-align: bottom; font-family:Arial, Helvetica, sans-serif !important;"|=CONCAT(VALUETOTEXT(thueMorse(A2)))
|- style="text-align:center; font-family:Arial, Helvetica, sans-serif !important; background-color:#000000; color:#ffffff;"
|
| A
| B
|-
| style="text-align:center; font-family:Arial, Helvetica, sans-serif !important; background-color:#000000; color:#ffffff" | 1
| style="font-weight:bold" | Iterations
| style="font-weight:bold" | Thue-Morse sequence
|-
| style="text-align:center; font-family:Arial, Helvetica, sans-serif !important; background-color:#000000; color:#ffffff" | 2
| style="font-weight:bold" | 5
| style="background-color:#cbcefb" | 01101001100101101001011001101001
|}
 
=={{header|Factor}}==
9,659

edits