A144983 Denominators of greedy Egyptian fraction for 1/sqrt(3) (A020760).
2, 13, 2341, 41001128, 3352885935529869, 17147396444547741051849884001699, 1847333322606272250132077006229901193256553492442739965269739579
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10
- Eric Weisstein's World of Mathematics, Egyptian Fraction.
- Index entries for sequences related to Egyptian fractions.
Crossrefs
Programs
-
Mathematica
a = {}; k = N[1/Sqrt[3], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a
Comments