The Engel expansion of a positive real number x is the unique non-decreasing sequence of positive integers
(a1,a2,a3,...)
x= | 1 | + |
a1 |
1 | + | |
a1a2 |
1 | |
a1a2a3 |
+ … =
1 | |
a1 |
\left(1+
1 | |
a2 |
\left(1+
1 | |
a3 |
\left(1+ … \right)\right)\right)
For instance, Euler's number e has the Engel expansion
1, 1, 2, 3, 4, 5, 6, 7, 8, ...corresponding to the infinite series
e= | 1 | + |
1 |
1 | + | |
1 |
1 | + | |
1 ⋅ 2 |
1 | + | |
1 ⋅ 2 ⋅ 3 |
1 | |
1 ⋅ 2 ⋅ 3 ⋅ 4 |
+ …
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.
observe that an Engel expansion can also be written as an ascending variant of a continued fraction:
x=\cfrac{1+\cfrac{1+\cfrac{1+ … }{a3}}{a2}}{a1}.
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:
a b c d | |
e f g h |
=\dfrac{d+\cfrac{c+\cfrac{b+\cfrac{a}{e}}{f}}{g}}{h}.
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.
To find the Engel expansion of x, let
u1=x,
ak=\left\lceil
1 | |
uk |
\right\rceil,
and
uk+1=ukak-1
where
\left\lceilr\right\rceil
If
ui=0
Another equivalent method is to consider the map
g(x)=x\left(1+\left\lfloorx-1\right\rfloor\right)-1
and set
uk=1+\left\lfloor
1 | |
g(n-1)(x) |
\right\rfloor
g(n)(x)=g(g(n-1)(x))
g(0)(x)=x.
Yet another equivalent method, called the modified Engel expansion calculated by
h(x)=\left\lfloor
1 | |
x |
\right\rfloorg(x)=\left\lfloor
1 | |
x |
\right\rfloor\left(x\left\lfloor
1 | |
x |
\right\rfloor+x-1\right)
and
uk=\begin{cases} 1+\left\lfloor
1 | |
x |
\right\rfloor&n=1\\ \left\lfloor
1 | |
h(k-2)(x) |
\right\rfloor\left(1+\left\lfloor
1 | |
h(k-1)(x) |
\right\rfloor\right)&n\geq2 \end{cases}
The Frobenius–Perron transfer operator of the Engel map
g(x)
f(x)
[l{L}gf](x)=\sumy
f(y) | |||||
|
=
infty | |
\sum | |
n=1 |
| ||||||
n+1 |
since
d | |
dx |
[x(n+1)-1]=n+1
x+1 | |
n+1 |
x(n+1)-1=y
x
The Mellin transform of the map
g(x)
\begin{align}
1 | |
\int | |
0 |
g(x)xs-1dx&=
infty | |
\sum | |
n=1 |
| ||||
\int | ||||
|
(x(n+1)-1)xs-1dx\\[5pt] &=
infty | |
\sum | |
n=1 |
n-s(s-1)+(n+1)-(n2+2n+1)+n-s-1s-n1-s | |
(s+1)s(n+1) |
\\[5pt] &=
\zeta(s+1) | |
s+1 |
-
1 | |
s(s+1) |
\end{align}.
To find the Engel expansion of 1.175, we perform the following steps.
u1=1.175,a1=\left\lceil
1 | |
1.175 |
\right\rceil=1;
u2=u1a1-1=1.175 ⋅ 1-1=0.175,a2=\left\lceil
1 | |
0.175 |
\right\rceil=6
u3=u2a2-1=0.175 ⋅ 6-1=0.05,a3=\left\lceil
1 | |
0.05 |
\right\rceil=20
u4=u3a3-1=0.05 ⋅ 20-1=0
The series ends here. Thus,
1.175= | 1 | + |
1 |
1 | + | |
1 ⋅ 6 |
1 | |
1 ⋅ 6 ⋅ 20 |
and the Engel expansion of 1.175 is (1, 6, 20).
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
1 | |
n |
infty | |
=\sum | |
r=1 |
1 | |
(n+1)r |
.
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,
1.175=(1,6,20)=(1,6,21,21,21,...).
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.[1]
\pi
\sqrt{2}
e
The Engel expansion for arithmetic progressions can be represented as
infty | |
\sum | |
k=1 |
1 | ||||||||
|
=
1 | |
\alpha |
+
1 | |
\alpha(\alpha+\beta) |
+
1 | |
\alpha(\alpha+\beta)(\alpha+2\beta) |
+ … .
where
\alpha,\beta\inN
0<\alpha\leq\beta
\left( | 1 |
\beta |
| ||||||
\right) |
| |||||
e | \gamma\left( |
\alpha | |
\beta |
,
1 | |
\beta |
\right)=\{{\alpha},\alpha(\alpha+\beta),\alpha(\alpha+\beta)(\alpha+2\beta),...\}
\gamma
Specifically, if
\alpha=\beta
e1/\beta-1=\{1\beta,2\beta,3\beta,4\beta,5\beta,6\beta,...\}
More Engel expansions for constants can be found here.
\limn\toinfty
1/n | |
a | |
n |
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.[3]