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 A017790 #23 Jun 28 2023 21:51:00 %S A017790 1,74,2701,64824,1150626,16108764,185250786,1799579064,15071474661, %T A017790 110524147514,718406958841,4179822305984,21944067106416, %U A017790 104656320045984,456002537343216,1824010149372864,6726037425812436,22947657099830664,72667580816130436 %N A017790 Binomial coefficients C(74,n). %C A017790 Row 74 of A007318. %H A017790 Nathaniel Johnston, <a href="/A017790/b017790.txt">Table of n, a(n) for n = 0..74</a> (full sequence) %F A017790 From _G. C. Greubel_, Nov 15 2018: (Start) %F A017790 G.f.: (1+x)^74. %F A017790 E.g.f.: 1F1(-74; 1; -x), where 1F1 is the confluent hypergeometric function. (End) %p A017790 seq(binomial(74,n), n=0..74); # _Nathaniel Johnston_, Jun 24 2011 %t A017790 Binomial[74, Range[0,74]] (* _G. C. Greubel_, Nov 15 2018 *) %o A017790 (Sage) [binomial(74, n) for n in range(17)] # _Zerinvary Lajos_, May 28 2009 %o A017790 (PARI) vector(74, n, n--; binomial(74,n)) \\ _G. C. Greubel_, Nov 15 2018 %o A017790 (Magma) [Binomial(74,n): n in [0..74]]; // _G. C. Greubel_, Nov 15 2018 %o A017790 (GAP) List([0..74], n -> Binomial(74,n)); # _G. C. Greubel_, Nov 15 2018 %Y A017790 Cf. A010926-A011001, A017765-A017789, A017791-A017816. %K A017790 nonn,fini,full,easy %O A017790 0,2 %A A017790 _N. J. A. Sloane_