login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A220395
A modified Engel expansion of log(2).
5
2, 3, 8, 6, 2, 4, 93, 60, 2, 2, 2, 2, 3, 12, 10, 2, 2, 14, 52, 6, 5, 8, 2, 2, 5, 8, 2, 2, 3, 4, 14, 273, 40, 2, 3, 4, 4, 12, 27, 16, 14, 26, 4, 6, 4, 6, 2, 3, 12, 10, 4, 6, 14, 65, 12, 8, 6, 2, 7, 90, 294, 40, 2, 2, 32, 155, 8, 7, 12, 2, 2, 2, 2, 4, 6, 3, 10
OFFSET
1,1
COMMENTS
See A220393 for the definition of the modified Engel expansion of a positive real number. For further details see the Bala link.
FORMULA
Let h(x) = x*(floor(1/x) + (floor(1/x))^2) - floor(1/x). Let x = log(2). Then a(1) = 1 + floor(1/x) and, for n >= 1, a(n+1) = floor(1/h^(n-1)(x))*(1 + floor(1/h^(n)(x))).
Put P(n) = Product_{k = 1..n} a(k). Then we have the Egyptian fraction series expansion log(2) = Sum_{n>=1} 1/P(n) = 1/2 + 1/(2*3) + 1/(2*3*8) + 1/(2*3*8*6) + 1/(2*3*8*6*2) + .... The error made in truncating this series to n terms is less than the n-th term.
KEYWORD
nonn,easy
AUTHOR
Peter Bala, Dec 13 2012
STATUS
approved