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.

A017742 Binomial coefficients C(n,78).

This page as a plain text file.
%I A017742 #25 Sep 08 2022 08:44:43
%S A017742 1,79,3160,85320,1749060,29034396,406481544,4935847320,53060358690,
%T A017742 512916800670,4513667845896,36519676207704,273897571557780,
%U A017742 1917283000904460,12599288291657880,78115587408278856
%N A017742 Binomial coefficients C(n,78).
%H A017742 Robert Israel, <a href="/A017742/b017742.txt">Table of n, a(n) for n = 78..10000</a>
%F A017742 G.f.: x^78/(1-x)^79. - _Robert Israel_, Jul 06 2018
%F A017742 E.g.f.: x^78*exp(x)/78!. - _G. C. Greubel_, Nov 09 2018
%F A017742 From _Amiram Eldar_, Dec 18 2020: (Start)
%F A017742 Sum_{n>=78} 1/a(n) = 78/77.
%F A017742 Sum_{n>=78} (-1)^n/a(n) = A001787(78)*log(2) - A242091(78)/77! = 11787026741242634453385216*log(2) - 1343868224767541359938872174222258043753394785150282521 / 164485248573890289839047652475 = 0.9876470468... (End)
%p A017742 seq(binomial(n,78),n=78..100); # _Robert Israel_, Jul 06 2018
%t A017742 Binomial[Range[78,98],78] (* _Harvey P. Dale_, Sep 18 2016 *)
%o A017742 (Sage) [binomial(n, 78) for n in range(78,94)] # _Zerinvary Lajos_, May 23 2009
%o A017742 (PARI) for(n=78, 100, print1(binomial(n,78), ", ")) \\ _G. C. Greubel_, Nov 09 2018
%o A017742 (Magma) [Binomial(n,78): n in [78..100]]; // _G. C. Greubel_, Nov 09 2018
%Y A017742 Cf. A001787, A242091.
%K A017742 nonn
%O A017742 78,2
%A A017742 _N. J. A. Sloane_