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 A017795 #25 Jun 28 2023 21:53:09 %S A017795 1,79,3081,79079,1502501,22537515,277962685,2898753715,26088783435, %T A017795 205811513765,1440680596355,9036996468045,51209646652255, %U A017795 263926640438545,1244225590638855,5391644226101705,21566576904406820,79923196763389980,275291011073898820 %N A017795 Binomial coefficients C(79,n). %C A017795 Row 79 of A007318. %H A017795 Nathaniel Johnston, <a href="/A017795/b017795.txt">Table of n, a(n) for n = 0..79</a> (full sequence) %F A017795 From _G. C. Greubel_, Nov 15 2018: (Start) %F A017795 G.f.: (1+x)^79. %F A017795 E.g.f.: 1F1(-79; 1; -x), where 1F1 is the confluent hypergeometric function. (End) %p A017795 seq(binomial(79,n), n=0..79); # _Nathaniel Johnston_, Jun 24 2011 %t A017795 Binomial[79,Range[0,79]] (* _Harvey P. Dale_, Jul 06 2017 *) %o A017795 (Sage) [binomial(79, n) for n in range(17)] # _Zerinvary Lajos_, May 29 2009 %o A017795 (PARI) vector(79, n, n--; binomial(79,n)) \\ _G. C. Greubel_, Nov 15 2018 %o A017795 (Magma) [Binomial(79,n): n in [0..79]]; // _G. C. Greubel_, Nov 15 2018 %o A017795 (GAP) List([0..79], n -> Binomial(79,n)); # _G. C. Greubel_, Nov 15 2018 %Y A017795 Cf. A010926-A011001, A017765-A017794, A017796-A017816. %K A017795 nonn,fini,full,easy %O A017795 0,2 %A A017795 _N. J. A. Sloane_