Hellenica World

Baum–Sweet sequence

In mathematics the Baum–Sweet sequence is an infinite automatic sequence of 0s and 1s defined by the rule:

bn = 1 if the binary representation of n contains no block of consecutive 0s of odd length;
bn = 0 otherwise;

for n ≥ 0.[1]

For example, b4 = 1 because the binary representation of 4 is 100, which only contains one block of consecutive 0s of length 2; whereas b5 = 0 because the binary representation of 5 is 101, which contains a block of consecutive 0s of length 1.

Starting at n = 0, the first few terms of the Baum–Sweet sequence are:

1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1 ... (sequence A086747 in OEIS)

The properties of the sequence were first studied by L.E. Baum and M.M. Sweet in 1976.[2]
Properties

The Baum–Sweet sequence can be generated by a three state automaton.[3]

The value of term bn in the Baum–Sweet sequence can be found recursively as follows. If n = m·4k, where m is not divisible by 4, then

\( b_n = \begin{cases} 0 & \text{if } m \text{ is even} \\ b_{(m-1)/2} & \text{if } m \text{ is odd}. \end{cases} \)

Thus b76 = b9 = b4 = b0 = 1, which can be verified by observing that the binary representation of 76, which is 1001100, contains no consecutive blocks of 0s with odd length.

The Baum–Sweet word 1101100101001001..., which is created by concatenating the terms of the Baum–Sweet sequence, is a fixed point of the morphism or string substitution rules

00 → 0000
01 → 1001
10 → 0100
11 → 1101

as follows:

11 → 1101 → 11011001 → 1101100101001001 → 11011001010010011001000001001001 ...

From the morphism rules it can be seen that the Baum–Sweet word contains blocks of consecutive 0s of any length (bn = 0 for all 2k integers in the range 5.2k ≤ n < 6.2k), but it contains no block of three consecutive 1s.

The Baum–Sweet sequence is the sequence of coefficients of the unique solution of the cubic equation f 3 + Xf + 1 = 0 in the field F2((X −1)) of formal Laurent series over F2.[4]
Notes

^ Weisstein, Eric W., "Baum–Sweet Sequence" from MathWorld.
^ Baum, L. E. and Sweet, M. M. Continued Fractions of Algebraic Power Series in Characteristic 2 Ann. Math. 103, 593-610, 1976.
^ Finite automata and arithmetic, Jean-Paul Allouche
^ Graham Everest Recurrence Sequences AMS 2003, p 236

References

Jean-Paul Allouche and Jeffrey Shallit Automatic Sequences Cambridge University Press 2003

 

Retrieved from "http://en.wikipedia.org/"
All text is available under the terms of the GNU Free Documentation License

Index

Scientificlib.com
Scientificlib News