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.

A017724 Binomial coefficients C(n,60).

This page as a plain text file.
%I A017724 #25 Sep 08 2022 08:44:43
%S A017724 1,61,1891,39711,635376,8259888,90858768,869648208,7392009768,
%T A017724 56672074888,396704524216,2560547383576,15363284301456,86270750308176,
%U A017724 456002537343216,2280012686716080,10830060261901380
%N A017724 Binomial coefficients C(n,60).
%H A017724 G. C. Greubel, <a href="/A017724/b017724.txt">Table of n, a(n) for n = 60..10000</a>
%F A017724 From _G. C. Greubel_, Nov 03 2018: (Start)
%F A017724 G.f.: x^60/(1-x)^61.
%F A017724 E.g.f.: x^60*exp(x)/60!. (End)
%F A017724 From _Amiram Eldar_, Dec 16 2020: (Start)
%F A017724 Sum_{n>=60} 1/a(n) = 60/59.
%F A017724 Sum_{n>=60} (-1)^n/a(n) = A001787(60)*log(2) - A242091(60)/59! = 34587645138205409280*log(2) - 96803466195829421764873254519753705481420 / 4037796735323846542047 = 0.9841116589... (End)
%t A017724 Table[Binomial[n, 60], {n, 60, 5!}] (* _Vladimir Joseph Stephan Orlovsky_, Sep 25 2008 *)
%o A017724 (Sage) [binomial(n, 60) for n in range(60,77)] # _Zerinvary Lajos_, May 23 2009
%o A017724 (PARI) for(n=60, 80, print1(binomial(n,60), ", ")) \\ _G. C. Greubel_, Nov 03 2018
%o A017724 (Magma) [Binomial(n,60): n in [60..80]]; // _G. C. Greubel_, Nov 03 2018
%Y A017724 Cf. A001787, A242091.
%K A017724 nonn
%O A017724 60,2
%A A017724 _N. J. A. Sloane_