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!)
A139518 Denominators of an Egyptian Fraction for phi = (1+sqrt(5))/2, using only prime numbers and allowing repetitions. 2
2, 2, 2, 11, 37, 10223, 19168273, 393878854986413, 26597184780678178240425310001, 15149418213990289905061345119914042470386161523151934159 (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((1+sqrt(5))/2-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: A019233 A121223 A327559 * A335986 A152662 A135322
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)