login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139516 Denominators of an Egyptian fraction for "e", using only prime numbers and allowing repetitions. 2

%I #3 Aug 24 2012 10:50:01

%S 2,2,2,2,2,5,59,751,894503,18292510297,5993565343364843081,

%T 818638308229506590060391447618925613,

%U 5089762493052274984454740075748133007549187136115352857668628331136557

%N Denominators of an Egyptian fraction for "e", using only prime numbers and allowing repetitions.

%e 1/2+1/2+1/2+1/2 = 2 (integer part of "e").

%e 1/2+1/5+1/59+1/751 gives an approximation that is good to 10 decimal digits.

%e Adding the other fractions we get approximations good to 18, 35, 69, 137, 272, 541 decimal digits.

%p P:=proc(n) local a,i; a:=evalf(exp(1)-2,100); for i from 1 by 1 to 4 do print(2); od; for i from 1 by 1 to n do if 1/ithprime(i)<a then a:=a-1/ithprime(i); print(a); print(ithprime(i)); fi; od; end: P(100000);

%Y Cf. A139514, A139515, A139517-A139523.

%K easy,nonn

%O 0,1

%A _Paolo P. Lava_ and _Giorgio Balzarotti_, Apr 24 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 13 23:31 EDT 2024. Contains 374290 sequences. (Running on oeis4.)