cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A144983 Denominators of greedy Egyptian fraction for 1/sqrt(3) (A020760).

This page as a plain text file.
%I A144983 #17 Feb 16 2025 08:33:09
%S A144983 2,13,2341,41001128,3352885935529869,17147396444547741051849884001699,
%T A144983 1847333322606272250132077006229901193256553492442739965269739579
%N A144983 Denominators of greedy Egyptian fraction for 1/sqrt(3) (A020760).
%H A144983 Amiram Eldar, <a href="/A144983/b144983.txt">Table of n, a(n) for n = 1..10</a>
%H A144983 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/EgyptianFraction.html">Egyptian Fraction</a>.
%H A144983 <a href="/index/Ed#Egypt">Index entries for sequences related to Egyptian fractions</a>.
%t A144983 a = {}; k = N[1/Sqrt[3], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a
%Y A144983 Cf. A001466, A006487, A006524, A006525, A006526, A020760, A069139, A069261, A110820, A117116, A118323, A118324, A118325, A144835, A132480-A132574, A144984-A145003.
%K A144983 nonn,frac
%O A144983 1,1
%A A144983 _Artur Jasinski_, Sep 28 2008