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!)
A139522 Denominators of an Egyptian fraction for log(2), using only prime numbers and allowing repetitions. 2
2, 7, 23, 149, 9967, 27514363, 217357018990141, 1606507138380520696666019221, 25278175600230973831063754126661264411663401021548343, 2658247789993020763205588174060503375422404932907883834101966812060033051648561545028435381434723862291 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Good approximation up to 800 decimal digits.
LINKS
MAPLE
P:=proc(n) local a, i; a:=evalf(ln(2), 100); 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: A332802 A002494 A032264 * A163158 A355981 A171130
KEYWORD
easy,nonn,frac
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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)