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 A017785 #25 Jun 28 2023 21:49:09 %S A017785 1,69,2346,52394,864501,11238513,119877472,1078897248,8361453672, %T A017785 56672074888,340032449328,1823810410032,8815083648488,38650751381832, %U A017785 154603005527328,566877686933536,1913212193400684,5964720367660956,17231414395464984 %N A017785 Binomial coefficients C(69,n). %C A017785 Row 69 of A007318. %H A017785 Nathaniel Johnston, <a href="/A017785/b017785.txt">Table of n, a(n) for n = 0..69</a> (full sequence) %F A017785 From _G. C. Greubel_, Nov 14 2018: (Start) %F A017785 G.f.: (1+x)^69. %F A017785 E.g.f.: 1F1(-69; 1; -x), where 1F1 is the confluent hypergeometric function. (End) %p A017785 seq(binomial(69,n), n=0..69); # _Nathaniel Johnston_, Jun 24 2011 %t A017785 Binomial[69,Range[0,20]] (* _Harvey P. Dale_, May 27 2012 *) %o A017785 (Sage) [binomial(69, n) for n in range(18)] # _Zerinvary Lajos_, May 28 2009 %o A017785 (PARI) vector(69, n, n--; binomial(69,n)) \\ _G. C. Greubel_, Nov 14 2018 %o A017785 (Magma) [Binomial(69,n): n in [0..69]]; // _G. C. Greubel_, Nov 14 2018 %Y A017785 Cf. A010926-A011001, A017765-A017784, A017786-A017816. %K A017785 nonn,fini,full,easy %O A017785 0,2 %A A017785 _N. J. A. Sloane_