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.
%I A014517 #20 Jul 08 2025 05:40:21 %S A014517 1,1,2,4,15,69,389,2594,19884,172328,1665838,17768938,207304278, %T A014517 2625854188,35886673906,526337883960,8245960182038,137432669700634, %U A014517 2427977164711192,45322240407942258,891337394689531069 %N A014517 Nearest integer to Gamma(n+2/3). %D A014517 M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, Tenth Printing, 1972, p. 255. %H A014517 Amiram Eldar, <a href="/A014517/b014517.txt">Table of n, a(n) for n = 0..450</a> %H A014517 M. Abramowitz and I. A. Stegun, eds., <a href="http://www.convertit.com/Go/ConvertIt/Reference/AMS55.ASP">Handbook of Mathematical Functions</a>, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy]. %H A014517 M. Abramowitz and I. A. Stegun, eds., <a href="http://www.convertit.com/Go/ConvertIt/Reference/AMS55.ASP">Handbook of Mathematical Functions</a>, National Bureau of Standards Applied Math. Series 55, Tenth Printing, 1972, p. 255. %p A014517 [ seq(round(evalf(GAMMA(n+2/3),100)), n=0..24) ]; %t A014517 a[n_] := Round[Gamma[n + 2/3]]; Array[a, 21, 0] (* _Amiram Eldar_, Sep 20 2019 *) %o A014517 (PARI) a(n) = round(gamma(n + 2/3)); \\ _Michel Marcus_, Nov 05 2018 %Y A014517 Cf. A014510, A014511, A014512, A014513, A014514, A014516, A014518, A014521, A014522. %K A014517 nonn %O A014517 0,3 %A A014517 _N. J. A. Sloane_ %E A014517 a(15), a(17), and a(19) corrected by _Sean A. Irvine_, Nov 04 2018