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 A017723 #27 Sep 08 2022 08:44:43 %S A017723 1,60,1830,37820,595665,7624512,82598880,778789440,6522361560, %T A017723 49280065120,340032449328,2163842859360,12802736917880,70907466006720, %U A017723 369731787035040,1824010149372864,8550047575185300 %N A017723 Binomial coefficients C(n,59). %H A017723 Michael De Vlieger, <a href="/A017723/b017723.txt">Table of n, a(n) for n = 59..10000</a> %F A017723 From _G. C. Greubel_, Nov 03 2018: (Start) %F A017723 G.f.: x^59/(1-x)^60. %F A017723 E.g.f.: x^59*exp(x)/59!. (End) %F A017723 From _Amiram Eldar_, Dec 16 2020: (Start) %F A017723 Sum_{n>=59} 1/a(n) = 59/58. %F A017723 Sum_{n>=59} (-1)^(n+1)/a(n) = A001787(59)*log(2) - A242091(59)/58! = 17005592192950992896*log(2) - 2420086654895735544019175513790693996136 / 205311698406297281799 = 0.9838548989... (End) %t A017723 With[{x = 59}, Binomial[Range[x, x + 16], x]] (* _Michael De Vlieger_, Jan 31 2018 *) %o A017723 (Sage) [binomial(n, 59) for n in range(59,76)] # _Zerinvary Lajos_, May 23 2009 %o A017723 (Magma) [Binomial(n, 59): n in [59..100]]; // _Vincenzo Librandi_, Feb 01 2018 %o A017723 (PARI) for(n=59, 80, print1(binomial(n,59), ", ")) \\ _G. C. Greubel_, Nov 03 2018 %Y A017723 Cf. A001787, A242091. %K A017723 nonn %O A017723 59,2 %A A017723 _N. J. A. Sloane_