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!)
A139515 Denominators of an Egyptian fraction for Pi^(-1), using only prime numbers. 2
5, 11, 37, 2677, 4634713, 2181903745507, 684230289204979551524201, 30504579964160123833007038252005864789931483751 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Good approximation up to 706 decimal digits.
LINKS
MAPLE
P:=proc(n) local a, b, i, k; a:=evalf(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: A090186 A205719 A332475 * A038708 A042719 A045717
KEYWORD
easy,nonn,frac
AUTHOR
EXTENSIONS
Next term has 179 digits.
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 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)