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 A017744 #22 Sep 08 2022 08:44:43 %S A017744 1,81,3321,91881,1929501,32801517,470155077,5843355957,64276915527, %T A017744 635627275767,5720645481903,47325339895743,362827605867363, %U A017744 2595612872743443,17427686431277403,110375347398090219 %N A017744 Binomial coefficients C(n,80). %H A017744 Michael De Vlieger, <a href="/A017744/b017744.txt">Table of n, a(n) for n = 80..10000</a> %F A017744 From _G. C. Greubel_, Nov 09 2018: (Start) %F A017744 G.f.: x^80/(1-x)^81. %F A017744 E.g.f.: x^80*exp(x)/80!. (End) %F A017744 From _Amiram Eldar_, Dec 18 2020: (Start) %F A017744 Sum_{n>=80} 1/a(n) = 80/79. %F A017744 Sum_{n>=80} (-1)^n/a(n) = A001787(80)*log(2) - A242091(80)/79! = 48357032784585166988247040*log(2) - 3397298872212344557925469166982017642113449232981882085888 / 101355810171231196598821163455095 = 0.9879450412... (End) %t A017744 Array[Binomial[#, 80] &, 16, 80] (* _Michael De Vlieger_, Jul 06 2018 *) %o A017744 (Sage) [binomial(n, 80) for n in range(80,96)] # _Zerinvary Lajos_, May 23 2009 %o A017744 (PARI) for(n=80, 100, print1(binomial(n,80), ", ")) \\ _G. C. Greubel_, Nov 09 2018 %o A017744 (Magma) [Binomial(n,80): n in [80..100]]; // _G. C. Greubel_, Nov 09 2018 %Y A017744 Cf. A001787, A242091. %K A017744 nonn %O A017744 80,2 %A A017744 _N. J. A. Sloane_