login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A144983
Denominators of greedy Egyptian fraction for 1/sqrt(3) (A020760).
2
2, 13, 2341, 41001128, 3352885935529869, 17147396444547741051849884001699, 1847333322606272250132077006229901193256553492442739965269739579
OFFSET
1,1
MATHEMATICA
a = {}; k = N[1/Sqrt[3], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a
KEYWORD
nonn,frac
AUTHOR
Artur Jasinski, Sep 28 2008
STATUS
approved