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 A017766 #32 Jun 28 2023 21:43:39 %S A017766 1,50,1225,19600,230300,2118760,15890700,99884400,536878650, %T A017766 2505433700,10272278170,37353738800,121399651100,354860518600, %U A017766 937845656300,2250829575120,4923689695575,9847379391150,18053528883775,30405943383200,47129212243960 %N A017766 Binomial coefficients C(50,n). %C A017766 Row 50 of A007318. %H A017766 Nathaniel Johnston, <a href="/A017766/b017766.txt">Table of n, a(n) for n = 0..50</a> (full sequence) %F A017766 From _G. C. Greubel_, Nov 13 2018: (Start) %F A017766 G.f.: (1+x)^50. %F A017766 E.g.f.: 1F1(-50; 1; -x), where 1F1 is the confluent hypergeometric function. (End) %p A017766 seq(binomial(50,n), n=0..50); # _Nathaniel Johnston_, Jun 24 2011 %t A017766 Binomial[50,Range[0,50]] (* _Harvey P. Dale_, Sep 25 2014 *) %o A017766 (Sage) [binomial(50, n) for n in range(51)] # _Zerinvary Lajos_, May 21 2009 %o A017766 (PARI) vector(50, n, n--; binomial(50,n)) \\ _G. C. Greubel_, Nov 13 2018 %o A017766 (Magma) [Binomial(50,n): n in [0..50]]; // _G. C. Greubel_, Nov 13 2018 %Y A017766 Cf. A010926-A011001, A017765-A017816. %K A017766 nonn,fini,full,easy %O A017766 0,2 %A A017766 _N. J. A. Sloane_