Engel expansion

From Wikipedia, the free encyclopedia
(Redirected from Engel expansions)

The Engel expansion of a positive real number x is the unique non-decreasing sequence of positive integers such that

For instance, Euler's number e has the Engel expansion[1]

1, 1, 2, 3, 4, 5, 6, 7, 8, ...

corresponding to the infinite series

Rational numbers have a finite Engel expansion, while irrational numbers have an infinite Engel expansion. If x is rational, its Engel expansion provides a representation of x as an Egyptian fraction. Engel expansions are named after Friedrich Engel, who studied them in 1913.

An expansion analogous to an Engel expansion, in which alternating terms are negative, is called a Pierce expansion.

Engel expansions, continued fractions, and Fibonacci[edit]

Kraaikamp & Wu (2004) observe that an Engel expansion can also be written as an ascending variant of a continued fraction:

They claim that ascending continued fractions such as this have been studied as early as Fibonacci's Liber Abaci (1202). This claim appears to refer to Fibonacci's compound fraction notation in which a sequence of numerators and denominators sharing the same fraction bar represents an ascending continued fraction:

If such a notation has all numerators 0 or 1, as occurs in several instances in Liber Abaci, the result is an Engel expansion. However, Engel expansion as a general technique does not seem to be described by Fibonacci.

Algorithm for computing Engel expansions[edit]

To find the Engel expansion of x, let

and

where is the ceiling function (the smallest integer not less than r).

If for any i, halt the algorithm.

Iterated functions for computing Engel expansions[edit]

Another equivalent method is to consider the map[2]

and set

where

and

Yet another equivalent method, called the modified Engel expansion calculated by

and

The transfer operator of the Engel map[edit]

The Frobenius–Perron transfer operator of the Engel map acts on functions with

since

and the inverse of the n-th component is which is found by solving for .

Relation to the Riemann ζ function[edit]

The Mellin transform of the map is related to the Riemann zeta function by the formula

Example[edit]

To find the Engel expansion of 1.175, we perform the following steps.

The series ends here. Thus,

and the Engel expansion of 1.175 is (1, 6, 20).

Engel expansions of rational numbers[edit]

Every positive rational number has a unique finite Engel expansion. In the algorithm for Engel expansion, if ui is a rational number x/y, then ui + 1 = (−y mod x)/y. Therefore, at each step, the numerator in the remaining fraction ui decreases and the process of constructing the Engel expansion must terminate in a finite number of steps. Every rational number also has a unique infinite Engel expansion: using the identity

the final digit n in a finite Engel expansion can be replaced by an infinite sequence of (n + 1)s without changing its value. For example,

This is analogous to the fact that any rational number with a finite decimal representation also has an infinite decimal representation (see 0.999...). An infinite Engel expansion in which all terms are equal is a geometric series.

Erdős, Rényi, and Szüsz asked for nontrivial bounds on the length of the finite Engel expansion of a rational number x/y ; this question was answered by Erdős and Shallit, who proved that the number of terms in the expansion is O(y1/3 + ε) for any ε > 0.[3]

Engel expansions for some well-known constants[edit]

= (1, 1, 1, 8, 8, 17, 19, 300, 1991, 2492, ...) (sequence A006784 in the OEIS)
= (1, 3, 5, 5, 16, 18, 78, 102, 120, 144, ...) (sequence A028254 in the OEIS)
= (1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, ...) (sequence A028310 in the OEIS)

The Engel expansion for arithmetic progressions can be represented as

where and . Thus, in general

where represents the lower Incomplete gamma function.

Specifically, if ,


More Engel expansions for constants can be found here.

Growth rate of the expansion terms[edit]

The coefficients ai of the Engel expansion typically exhibit exponential growth; more precisely, for almost all numbers in the interval (0,1], the limit exists and is equal to e. However, the subset of the interval for which this is not the case is still large enough that its Hausdorff dimension is one.[4]

The same typical growth rate applies to the terms in expansion generated by the greedy algorithm for Egyptian fractions. However, the set of real numbers in the interval (0,1] whose Engel expansions coincide with their greedy expansions has measure zero, and Hausdorff dimension 1/2.[5]

See also[edit]

Notes[edit]

  1. ^ Sloane, N. J. A. (ed.). "Sequence A028310". The On-Line Encyclopedia of Integer Sequences. OEIS Foundation.
  2. ^ Sloane, N. J. A. (ed.). "Sequence A220335". The On-Line Encyclopedia of Integer Sequences. OEIS Foundation.
  3. ^ Erdős, Rényi & Szüsz (1958); Erdős & Shallit (1991).
  4. ^ Wu (2000). Wu credits the result that the limit is almost always e to Janos Galambos.
  5. ^ Wu (2003).

References[edit]

External links[edit]