English

An Efficiently Generated Family of Binary de Bruijn Sequences

Information Theory 2021-05-27 v2 Combinatorics math.IT

Abstract

We study how to generate binary de Bruijn sequences efficiently from the class of simple linear feedback shift registers with feedback function f(x0,x1,,xn1)=x0+x1+xn1f(x_0, x_1, \ldots, x_{n-1}) = x_0 + x_1 + x_{n-1} for n3n \geq 3, using the cycle joining method. Based on the properties of this class of LFSRs, we propose two new generic successor rules, each of which produces at least 2n32^{n-3} de Bruijn sequences. These two classes build upon a framework proposed by Gabric, Sawada, Williams and Wong in Discrete Mathematics vol. 341, no. 11, pp. 2977--2987, November 2018. Here we introduce new useful choices for the uniquely determined state in each cycle to devise valid successor rules. These choices significantly increase the number of de Bruijn sequences that can be generated. In each class, the next bit costs O(n)O(n) time and O(n)O(n) space for a fixed nn.

Keywords

Cite

@article{arxiv.2003.09095,
  title  = {An Efficiently Generated Family of Binary de Bruijn Sequences},
  author = {Yunlong Zhu and Zuling Chang and Martianus Frederic Ezerman and Qiang Wang},
  journal= {arXiv preprint arXiv:2003.09095},
  year   = {2021}
}

Comments

A basic implementation in C is included

R2 v1 2026-06-23T14:20:58.909Z