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 A017789 #23 Jun 28 2023 21:50:42 %S A017789 1,73,2628,62196,1088430,15020334,170230452,1629348612,13442126049, %T A017789 97082021465,621324937376,3558497368608,18385569737808,86270750308176, %U A017789 369731787035040,1454278362337824,5271759063474612,17675898036356052,54991682779774384 %N A017789 Binomial coefficients C(73,n). %C A017789 Row 73 of A007318. %H A017789 Nathaniel Johnston, <a href="/A017789/b017789.txt">Table of n, a(n) for n = 0..73</a> (full sequence) %F A017789 From _G. C. Greubel_, Nov 15 2018: (Start) %F A017789 G.f.: (1+x)^73. %F A017789 E.g.f.: 1F1(-73; 1; -x), where 1F1 is the confluent hypergeometric function. (End) %p A017789 seq(binomial(73,n), n=0..73); # _Nathaniel Johnston_, Jun 24 2011 %t A017789 Binomial[73, Range[0,73]] (* _G. C. Greubel_, Nov 15 2018 *) %o A017789 (Sage) [binomial(73, n) for n in range(17)] # _Zerinvary Lajos_, May 28 2005 %o A017789 (PARI) vector(73, n, n--; binomial(73,n)) \\ _G. C. Greubel_, Nov 15 2018 %o A017789 (Magma) [Binomial(73,n): n in [0..73]]; // _G. C. Greubel_, Nov 15 2018 %o A017789 (GAP) List([0..73], n -> Binomial(73,n)); # _G. C. Greubel_, Nov 15 2018 %Y A017789 Cf. A010926-A011001, A017765-A017788, A017790-A017816. %K A017789 nonn,fini,full,easy %O A017789 0,2 %A A017789 _N. J. A. Sloane_