%I A118324
%S A118324 2,6,38,6071,144715221,58600453312405245,
%T A118324 28261174043083404192255923187258021,
%U A118324 1350299665604204277005894785275782053022737307184211775676631561245153
%N A118324 (Greedy) Egyptian fraction expansion of ln(2).
%H A118324 Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/
EgyptianFraction.html">Egyptian Fraction</a>
%e A118324 ln(2) = 1/2 + 1/6 + 1/38 + 1/6071 + 1/144715221 + ...
%t A118324 lst={};k=N[Log[2],1000];Do[s=Ceiling[1/k];AppendTo[lst,s];k=k-1/s,{n,
12}];lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 02
2009]
%o A118324 (PARI) x=log(2); for (k=1,8,d=ceil(1/x);x=x-1/d;print(d)) [From Jaume
Oliver Lafont (joliverlafont(AT)gmail.com), Feb 24 2009]
%Y A118324 Cf. A002162.
%Y A118324 Sequence in context: A057297 A005530 A072191 this_sequence A060421 A054970
A120492
%Y A118324 Adjacent sequences: A118321 A118322 A118323 this_sequence A118325 A118326
A118327
%K A118324 nonn,new
%O A118324 1,1
%A A118324 Eric Weisstein (eric(AT)weisstein.com), Apr 23, 2006
%E A118324 a(8) from Jaume Oliver Lafont (joliverlafont(AT)gmail.com), Feb 24 2009
|