A220335 A modified Engel expansion for sqrt(3) - 1.
2, 3, 4, 2, 8, 14, 2, 98, 194, 2, 18818, 37634, 2, 708158978, 1416317954, 2, 1002978273411373058, 2005956546822746114, 2, 2011930833870518011412817828051050498, 4023861667741036022825635656102100994
Offset: 1
Links
- Peter Bala, A modified Engel expansion for certain quadratic irrationals
- Wikipedia, Engel Expansion
Formula
Let x = sqrt(3) - 1. Then a(1) = ceiling(1/x) and for n >= 2, a(n) = floor(1/h^(n-2)(x))*ceiling(1/h^(n-1)(x)), where h^(n)(x) denotes the n-th iterate of the harmonic sawtooth map h(x), with the convention h^(0)(x) = x.
a(3*n+2) = 1/2*{2 + (2 + sqrt(3))^(2^n) + (2 - sqrt(3))^(2^n)} and
a(3*n+3) = (2 + sqrt(3))^(2^n) + (2 - sqrt(3))^(2^n), both for n >= 0.
For n >= 0, a(3*n+1) = 2. For n >= 1, a(3*n+2) = 2*(A002812(n-1))^2 and a(3*n+3) = 4*(A002812(n-1))^2 - 2.
Recurrence equations:
For n >= 1, a(3*n+2) = 2*{a(3*n-1)^2 - 2*a(3*n-1) + 1} and
a(3*n+3) = 2*a(3*n+2) - 2.
Put P(n) = Product_{k=1..n} a(k). Then we have the infinite Egyptian fraction representation sqrt(3) - 1 = Sum_{n>=1} 1/P(n) = 1/2 + 1/(2*3) + 1/(2*3*4) + 1/(2*3*4*2) + ....
Comments