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!)
A139523 Denominators of an Egyptian fraction for log(Pi), using only prime numbers and allowing repetitions. 9
2, 2, 7, 541, 41131, 627169013, 81471206061859301, 932806453618297780249534047168397, 4107347676766564181856839919490854246701477594547905851748592091 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Good approximation up to 799 decimal digits
LINKS
MAPLE
P:=proc(n) local a, i; a:=evalf(ln(Pi)-1, 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: A345759 A062448 A248237 * A359057 A137384 A051148
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 18 09:47 EDT 2024. Contains 371779 sequences. (Running on oeis4.)