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!)
A139519 Denominators of an Egyptian fraction for Euler-Mascheroni constant, using only prime numbers and allowing repetitions. 2
2, 13, 3433, 770741, 9157546933, 68379695298643311959, 177698848753108581519320740556520784033, 191429752162010655176200572455622919752517437701651231352646653127630507601 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Good approximation up to 801 decimal digits
LINKS
MAPLE
P:=proc(n) local a, i; a:=evalf(gamma, 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: A103641 A144983 A110820 * A306206 A111016 A176947
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 August 3 19:02 EDT 2024. Contains 374900 sequences. (Running on oeis4.)