K-regular sequence
Mathematical sequence
In mathematics and theoretical computer science, a k-regular sequence is a sequence satisfying linear recurrence equations that reflect the base-k representations of the integers. The class of k-regular sequences generalizes the class of k-automatic sequences to alphabets of infinite size.
01Definition
There exist several characterizations of k-regular sequences, all of which are equivalent. Some common characterizations are as follows. For each, we take R′ to be a commutative Noetherian ring and we take R to be a ring containing R′.
k-kernel
Let k ≥ 2. The k-kernel of the sequence is the set of subsequences
The sequence is (R′, k)-regular (often shortened to just "k-regular") if the
-module generated by Kk(s) is a finitely-generated R′-module.
In the special case when , the sequence
is
-regular if
is contained in a finite-dimensional vector space over
.
Linear combinations
A sequence s(n) is k-regular if there exists an integer E such that, for all ej > E and 0 ≤ rj ≤ kej − 1, every subsequence of s of the form s(kejn + rj) is expressible as an R′-linear combination , where cij is an integer, fij ≤ E, and 0 ≤ bij ≤ kfij − 1.
Alternatively, a sequence s(n) is k-regular if there exist an integer r and subsequences s1(n), ..., sr(n) such that, for all 1 ≤ i ≤ r and 0 ≤ a ≤ k − 1, every sequence si(kn + a) in the k-kernel Kk(s) is an R′-linear combination of the subsequences si(n).
Formal series
Let x0, ..., xk − 1 be a set of k non-commuting variables and let τ be a map sending some natural number n to the string xa0 ... xae − 1, where the base-k representation of x is the string ae − 1...a0. Then a sequence s(n) is k-regular if and only if the formal series is
-rational.
Automata-theoretic
The formal series definition of a k-regular sequence leads to an automaton characterization similar to Schützenberger's matrix machine.
02History
The notion of k-regular sequences was first investigated in a pair of papers by Allouche and Shallit. Prior to this, Berstel and Reutenauer studied the theory of rational series, which is closely related to k-regular sequences.
03Examples
Ruler sequence
Let be the
-adic valuation of
. The ruler sequence
(OEIS: A007814) is
-regular, and the
-kernel
is contained in the two-dimensional vector space generated by and the constant sequence
. These basis elements lead to the recurrence relations
which, along with the initial conditions and
, uniquely determine the sequence.
Thue-Morse sequence
The Thue-Morse sequence t(n) (OEIS: A010060) is the fixed point of the morphism 0 → 01, 1 → 10. It is known that the Thue-Morse sequence is 2-automatic. Thus, it is also 2-regular, and its 2-kernel
consists of the subsequences and
.
Cantor numbers
The sequence of Cantor numbers c(n) (OEIS: A005823) consists of numbers whose ternary expansions contain no 1s. It is straightforward to show that
and therefore the sequence of Cantor numbers is 2-regular. Similarly the Stanley sequence
of numbers whose ternary expansions contain no 2s is also 2-regular.
Sorting numbers
A somewhat interesting application of the notion of k-regularity to the broader study of algorithms is found in the analysis of the merge sort algorithm. Given a list of n values, the number of comparisons made by the merge sort algorithm are the sorting numbers, governed by the recurrence relation
As a result, the sequence defined by the recurrence relation for merge sort, T(n), constitutes a 2-regular sequence.
Other sequences
If is an integer-valued polynomial, then
is k-regular for every
.
The Glaisher-Gould sequence is 2-regular. The Stern-Brocot sequence is 2-regular.
Allouche and Shallit give a number of additional examples of k-regular sequences in their papers.
04Properties
k-regular sequences exhibit a number of interesting properties.
- Every k-automatic sequence is k-regular.
- Every k-synchronized sequence is k-regular.
- A k-regular sequence takes on finitely many values if and only if it is k-automatic. This is an immediate consequence of the class of k-regular sequences being a generalization of the class of k-automatic sequences.
- The class of k-regular sequences is closed under termwise addition, termwise multiplication, and convolution. The class of k-regular sequences is also closed under scaling each term of the sequence by an integer λ. In particular, the set of k-regular power series forms a ring.
- If
is k-regular, then for all integers
,
is k-automatic. However, the converse does not hold.
- For multiplicatively independent k, l ≥ 2, if a sequence is both k-regular and l-regular, then the sequence satisfies a linear recurrence. This is a generalization of a result due to Cobham regarding sequences that are both k-automatic and l-automatic.
- The nth term of a k-regular sequence of integers grows at most polynomially in n.
- If
is a field and
, then the sequence of powers
is k-regular if and only if
or
is a root of unity.
05Proving and disproving k-regularity
Given a candidate sequence that is not known to be k-regular, k-regularity can typically be proved directly from the definition by calculating elements of the kernel of
and proving that all elements of the form
with
sufficiently large and
can be written as linear combinations of kernel elements with smaller exponents in the place of
. This is usually computationally straightforward.
On the other hand, disproving k-regularity of the candidate sequence usually requires one to produce a
-linearly independent subset in the kernel of
, which is typically trickier. Here is one example of such a proof.
Let denote the number of
's in the binary expansion of
. Let
denote the number of
's in the binary expansion of
. The sequence
can be shown to be 2-regular. The sequence
is, however, not 2-regular, by the following argument. Suppose
is 2-regular. We claim that the elements
for
and
of the 2-kernel of
are linearly independent over
. The function
is surjective onto the integers, so let
be the least integer such that
. By 2-regularity of
, there exist
and constants
such that for each
,
Let be the least value for which
. Then for every
,
Evaluating this expression at , where
and so on in succession, we obtain, on the left-hand side
and on the right-hand side,
It follows that for every integer ,
But for , the right-hand side of the equation is monotone because it is of the form
for some constants
, whereas the left-hand side is not, as can be checked by successively plugging in
,
, and
. Therefore,
is not 2-regular.
Sources and credits
This article is adapted from the Wikipedia article “K-regular sequence”, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.
Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.