The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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
2, 2, 2, 2, 2, 5, 59, 751, 894503, 18292510297, 5993565343364843081, 818638308229506590060391447618925613, 5089762493052274984454740075748133007549187136115352857668628331136557 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
1/2+1/2+1/2+1/2 = 2 (integer part of "e").
1/2+1/5+1/59+1/751 gives an approximation that is good to 10 decimal digits.
Adding the other fractions we get approximations good to 18, 35, 69, 137, 272, 541 decimal digits.
MAPLE
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);
CROSSREFS
Sequence in context: A172414 A266995 A051887 * A225953 A278247 A160762
KEYWORD
easy,nonn
AUTHOR
STATUS
approved

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 May 29 13:10 EDT 2024. Contains 372940 sequences. (Running on oeis4.)