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 A017773 #25 Jun 28 2023 21:45:54 %S A017773 1,57,1596,29260,395010,4187106,36288252,264385836,1652411475, %T A017773 8996462475,43183019880,184509266760,707285522580,2448296039700, %U A017773 7694644696200,22057981462440,57902201338905,139646485582065,310325523515700,636983969321700 %N A017773 Binomial coefficients C(57,n). %C A017773 Row 57 of A007318. %H A017773 Nathaniel Johnston, <a href="/A017773/b017773.txt">Table of n, a(n) for n = 0..57</a> (full sequence) %F A017773 From _G. C. Greubel_, Nov 13 2018: (Start) %F A017773 G.f.: (1+x)^57. %F A017773 E.g.f.: 1F1(-57; 1; -x), where 1F1 is the confluent hypergeometric function. (End) %p A017773 seq(binomial(57,n), n=0..57); # _Nathaniel Johnston_, Jun 24 2011 %t A017773 Binomial[57, Range[0,57]] (* _G. C. Greubel_, Nov 13 2018 *) %o A017773 (Sage) [binomial(57, n) for n in range(58)] # _Zerinvary Lajos_, May 28 2009 %o A017773 (PARI) vector(57, n, n--; binomial(57,n)) \\ _G. C. Greubel_, Nov 13 2018 %o A017773 (Magma) [Binomial(57,n): n in [0..57]]; // _G. C. Greubel_, Nov 13 2018 %Y A017773 Cf. A010926-A011001, A017765-A017772, A017774-A017816. %K A017773 nonn,fini,full,easy %O A017773 0,2 %A A017773 _N. J. A. Sloane_