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 A017737 #22 Sep 08 2022 08:44:43 %S A017737 1,74,2775,70300,1353275,21111090,277962685,3176716400,32164253550, %T A017737 293052087900,2432332329570,18574174153080,131567066917650, %U A017737 870366750378300,5408707663065150,31731084956648880 %N A017737 Binomial coefficients C(n,73). %H A017737 Michael De Vlieger, <a href="/A017737/b017737.txt">Table of n, a(n) for n = 73..10000</a> %F A017737 From _G. C. Greubel_, Nov 09 2018: (Start) %F A017737 G.f.: x^73/(1-x)^74. %F A017737 E.g.f.: x^73*exp(x)/73!. (End) %F A017737 From _Amiram Eldar_, Dec 18 2020: (Start) %F A017737 Sum_{n>=73} 1/a(n) = 73/72. %F A017737 Sum_{n>=73} (-1)^(n+1)/a(n) = A001787(73)*log(2) - A242091(73)/72! = 344732753249484100599808*log(2) - 6719341123837706799694333933410296397788866483772797 / 28120217838385627632757735656 = 0.9868333169... (End) %t A017737 Array[Binomial[#, 73] &, 16, 73] (* _Michael De Vlieger_, Jul 06 2018 *) %o A017737 (Sage) [binomial(n, 73) for n in range(73,89)] # _Zerinvary Lajos_, May 23 2009 %o A017737 (PARI) for(n=73, 90, print1(binomial(n,73), ", ")) \\ _G. C. Greubel_, Nov 09 2018 %o A017737 (Magma) [Binomial(n,73): n in [73..90]]; // _G. C. Greubel_, Nov 09 2018 %Y A017737 Cf. A001787, A242091. %K A017737 nonn %O A017737 73,2 %A A017737 _N. J. A. Sloane_