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 A017731 #22 Sep 08 2022 08:44:43 %S A017731 1,68,2346,54740,971635,13991544,170230452,1799579064,16871053725, %T A017731 142466675900,1096993404430,7778680504140,51209646652255, %U A017731 315136287090800,1823288518168200,9967310565986160,51705423561053205 %N A017731 Binomial coefficients C(n,67). %H A017731 Michael De Vlieger, <a href="/A017731/b017731.txt">Table of n, a(n) for n = 67..10000</a> %F A017731 From _G. C. Greubel_, Nov 03 2018: (Start) %F A017731 G.f.: x^67/(1-x)^68. %F A017731 E.g.f.: x^67*exp(x)/67!. (End) %F A017731 From _Amiram Eldar_, Dec 17 2020: (Start) %F A017731 Sum_{n>=67} 1/a(n) = 67/66. %F A017731 Sum_{n>=67} (-1)^(n+1)/a(n) = A001787(67)*log(2) - A242091(67)/66! = 4943727411754159833088*log(2) - 202565512367285681545811693791632836799528091007 / 59113344205141113375568080 = 0.9857030700... (End) %t A017731 Array[Binomial[#, 67] &, 17, 67] %o A017731 (Sage) [binomial(n, 67) for n in range(67,84)] # _Zerinvary Lajos_, May 23 2009 %o A017731 (PARI) for(n=67, 90, print1(binomial(n,67), ", ")) \\ _G. C. Greubel_, Nov 08 2018 %o A017731 (Magma) [Binomial(n,67): n in [67..90]]; // _G. C. Greubel_, Nov 08 2018 %Y A017731 Cf. A001787, A242091. %K A017731 nonn %O A017731 67,2 %A A017731 _N. J. A. Sloane_