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!)
A139521 Denominators of an Egyptian Fraction for sqrt(2), using only prime numbers and allowing repetitions. 2
2, 2, 3, 13, 257, 15131, 83002267, 1696274711037607, 62384117997457733544603820483, 36029882103194027595685829384642730184657157184554323517 (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((sqrt(2))-1, 100); print(2); print(2); 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: A184843 A100362 A062439 * A019515 A094352 A073828
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)