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 A017738 #24 Sep 08 2022 08:44:43 %S A017738 1,75,2850,73150,1426425,22537515,300500200,3477216600,35641470150, %T A017738 328693558050,2761025887620,21335200040700,152902266958350, %U A017738 1023269017336650,6431976680401800,38163061637050680 %N A017738 Binomial coefficients C(n,74). %H A017738 Michael De Vlieger, <a href="/A017738/b017738.txt">Table of n, a(n) for n = 74..10000</a> %F A017738 From _G. C. Greubel_, Nov 09 2018: (Start) %F A017738 G.f.: x^74/(1-x)^75. %F A017738 E.g.f.: x^74*exp(x)/74!. (End) %F A017738 From _Amiram Eldar_, Dec 18 2020: (Start) %F A017738 Sum_{n>=74} 1/a(n) = 74/73. %F A017738 Sum_{n>=74} (-1)^n/a(n) = A001787(74)*log(2) - A242091(74)/73! = 698910239464707491627008*log(2) - 6719341123837706799694347993519215590602682862640625 / 13870107447311829845887261506 = 0.9870045330... (End) %t A017738 Binomial[Range[74,90],74] (* _Harvey P. Dale_, Jul 25 2017 *) %o A017738 (Sage) [binomial(n, 74) for n in range(74,90)] # _Zerinvary Lajos_, May 23 2009 %o A017738 (PARI) for(n=74, 90, print1(binomial(n,74), ", ")) \\ _G. C. Greubel_, Nov 09 2018 %o A017738 (Magma) [Binomial(n,74): n in [74..90]]; // _G. C. Greubel_, Nov 09 2018 %Y A017738 Cf. A001787, A242091. %K A017738 nonn %O A017738 74,2 %A A017738 _N. J. A. Sloane_