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 A017759 #28 Sep 08 2022 08:44:43 %S A017759 1,96,4656,152096,3764376,75287520,1267339920,18466953120, %T A017759 237762021420,2747472247520,28848458598960,277994237408160, %U A017759 2478781950222760,20592957740312160,160330885263858960,1175759825268299040,8156833787798824590,53739140249027550240 %N A017759 Binomial coefficients C(n,95). %H A017759 Michael De Vlieger, <a href="/A017759/b017759.txt">Table of n, a(n) for n = 95..10000</a> %F A017759 From _G. C. Greubel_, Nov 12 2018: (Start) %F A017759 G.f.: x^95/(1-x)^96. %F A017759 E.g.f.: x^95*exp(x)/95!. (End) %F A017759 From _Amiram Eldar_, Dec 20 2020: (Start) %F A017759 Sum_{n>=95} 1/a(n) = 95/94. %F A017759 Sum_{n>=95} (-1)^(n+1)/a(n) = A001787(95)*log(2) - A242091(95)/94! = 1881668859713778017846668820480*log(2) - 308377765097872456696571184859137101525719223277941875149223928483 / 236436432547858373455418505613511610 = 0.9897917882... (End) %t A017759 Table[Binomial[n, 95], {n, 95, 120}] (* _Vladimir Joseph Stephan Orlovsky_, Jul 15 2011 *) %o A017759 (Sage) [binomial(n, 95) for n in range(95,110)] # _Zerinvary Lajos_, May 23 2009 %o A017759 (PARI) a(n)=binomial(n,95) \\ _Charles R Greathouse IV_, Jun 28 2012 %o A017759 (Magma) [Binomial(n,95): n in [95..110]]; // _G. C. Greubel_, Nov 12 2018 %Y A017759 Cf. A017760, A017761, A001787, A242091. %K A017759 nonn,easy %O A017759 95,2 %A A017759 _N. J. A. Sloane_