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 A017787 #25 Jun 28 2023 21:50:13 %S A017787 1,71,2485,57155,971635,13019909,143218999,1329890705,10639125640, %T A017787 74473879480,461738052776,2560547383576,12802736917880,58104729088840, %U A017787 240719591939480,914734449370024,3201570572795084,10358022441395860,31074067324187580 %N A017787 Binomial coefficients C(71,n). %C A017787 Row 71 of A007318. %H A017787 Nathaniel Johnston, <a href="/A017787/b017787.txt">Table of n, a(n) for n = 0..71</a> (full sequence) %F A017787 From _G. C. Greubel_, Nov 13 2018: (Start) %F A017787 G.f.: (1+x)^71. %F A017787 E.g.f.: 1F1(-71; 1; -x), where 1F1 is the confluent hypergeometric function. (End) %p A017787 seq(binomial(71,n), n=0..71); # _Nathaniel Johnston_, Jun 24 2011 %t A017787 Binomial[71,Range[0,71]] (* _Harvey P. Dale_, Jun 15 2016 *) %o A017787 (Sage) [binomial(71, n) for n in range(17)] # _Zerinvary Lajos_, May 28 2009 %o A017787 (PARI) vector(71, n, n--; binomial(71,n)) \\ _G. C. Greubel_, Nov 14 2018 %o A017787 (Magma) [Binomial(71,n): n in [0..71]]; // _G. C. Greubel_, Nov 14 2018 %Y A017787 Cf. A010926-A011001, A017765-A017786, A017788-A017816. %K A017787 nonn,fini,full,easy %O A017787 0,2 %A A017787 _N. J. A. Sloane_