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 A017755 #24 Sep 08 2022 08:44:43 %S A017755 1,92,4278,134044,3183545,61124064,988172368,13834413152,171200862756, %T A017755 1902231808400,19212541264840,178152655364880,1529143625215220, %U A017755 12233149001721760,91748617512913200,648356897091253280 %N A017755 Binomial coefficients C(n,91). %H A017755 Michael De Vlieger, <a href="/A017755/b017755.txt">Table of n, a(n) for n = 91..10000</a> %F A017755 From _G. C. Greubel_, Nov 12 2018: (Start) %F A017755 G.f.: x^91/(1-x)^92. %F A017755 E.g.f.: x^91*exp(x)/91!. (End) %F A017755 From _Amiram Eldar_, Dec 20 2020: (Start) %F A017755 Sum_{n>=91} 1/a(n) = 91/90. %F A017755 Sum_{n>=91} (-1)^(n+1)/a(n) = A001787(91)*log(2) - A242091(91)/90! = 112652543574969605015820304384*log(2) - 9636805159308514271767849526733246513466312934686984237288426594 / 123414621384871129001454714468591225 = 0.9893570273... (End) %t A017755 Binomial[Range[91,110],91] (* _Harvey P. Dale_, May 11 2013 *) %o A017755 (Sage) [binomial(n, 91) for n in range(91,107)] # _Zerinvary Lajos_, May 23 2009 %o A017755 (PARI) for(n=91, 110, print1(binomial(n,91), ", ")) \\ _G. C. Greubel_, Nov 12 2018 %o A017755 (Magma) [Binomial(n,91): n in [91..110]]; // _G. C. Greubel_, Nov 12 2018 %Y A017755 Cf. A001787, A242091. %K A017755 nonn %O A017755 91,2 %A A017755 _N. J. A. Sloane_