A220337 A modified Engel expansion for 3*sqrt(15) - 11.
2, 5, 8, 2, 32, 62, 2, 1922, 3842, 2, 7380482, 14760962, 2, 108942999582722, 217885999165442, 2, 23737154316161495960243527682, 47474308632322991920487055362, 2, 1126904990058528673830897031906808442930637286502826475522
Offset: 1
Links
- Peter Bala, A modified Engel expansion for certain quadratic irrationals
- Wikipedia, Engel Expansion
Formula
Define the harmonic sawtooth map h(x) := floor(1/x)*(x*ceiling(1/x) - 1). Let x = 3*sqrt(15) - 11. 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 map h(x), with the convention h^(0)(x) = x.
a(3*n+2) = 1/2*{2 + (4 + sqrt(15))^(2^n) + (4 - sqrt(15))^(2^n)} and
a(3*n+3) = (4 + sqrt(15))^(2^n) + (4 - sqrt(15))^(2^n), both for n >= 0.
For n >= 0, a(3*n+1) = 2. For n >= 1, a(3*n+2) = 2*(A005828(n-1))^2 and a(3*n+3) = 4*(A005828(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 3*sqrt(15) - 11 = Sum_{n>=1} 1/P(n) = 1/2 + 1/(2*5) + 1/(2*5*8) + 1/(2*5*8*2) + 1/(2*5*8*2*32) + ....
Comments