cp's OEIS Frontend

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.

A017751 Binomial coefficients C(n,87).

This page as a plain text file.
%I A017751 #17 Sep 08 2022 08:44:43
%S A017751 1,88,3916,117480,2672670,49177128,762245484,10235867928,121550931645,
%T A017751 1296543270880,12576469727536,112044912118048,924370524973896,
%U A017751 7110542499799200,51297485177122800,348822899204435040
%N A017751 Binomial coefficients C(n,87).
%H A017751 G. C. Greubel, <a href="/A017751/b017751.txt">Table of n, a(n) for n = 87..10000</a>
%F A017751 From _G. C. Greubel_, Nov 12 2018: (Start)
%F A017751 G.f.: x^87/(1-x)^88.
%F A017751 E.g.f.: x^87*exp(x)/87!. (End)
%F A017751 From _Amiram Eldar_, Dec 20 2020: (Start)
%F A017751 Sum_{n>=87} 1/a(n) = 87/86.
%F A017751 Sum_{n>=87} (-1)^(n+1)/a(n) = A001787(87)*log(2) - A242091(87)/86! = 6731298963614255244763987968*log(2) - 13534838706893980718775069557321469163322230965988145004609667 / 2900873187659375626793847091990650 = 0.9888835692... (End)
%t A017751 Binomial[Range[87, 110], 87] (* _G. C. Greubel_, Nov 12 2018 *)
%o A017751 (Sage) [binomial(n, 87) for n in range(87,103)] #  _Zerinvary Lajos_, May 23 2009
%o A017751 (PARI) for(n=87, 110, print1(binomial(n,87), ", ")) \\ _G. C. Greubel_, Nov 12 2018
%o A017751 (Magma) [Binomial(n,87): n in [87..110]]; // _G. C. Greubel_, Nov 12 2018
%Y A017751 Cf. A001787, A242091.
%K A017751 nonn
%O A017751 87,2
%A A017751 _N. J. A. Sloane_