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.

A017739 Binomial coefficients C(n,75).

This page as a plain text file.
%I A017739 #22 Sep 08 2022 08:44:43
%S A017739 1,76,2926,76076,1502501,24040016,324540216,3801756816,39443226966,
%T A017739 368136785016,3129162672636,24464362713336,177366629671686,
%U A017739 1200635647008336,7632612327410136,45795673964460816
%N A017739 Binomial coefficients C(n,75).
%H A017739 Michael De Vlieger, <a href="/A017739/b017739.txt">Table of n, a(n) for n = 75..10000</a>
%F A017739 From _G. C. Greubel_, Nov 09 2018: (Start)
%F A017739 G.f.: x^75/(1-x)^76.
%F A017739 E.g.f.: x^75*exp(x)/75!. (End)
%F A017739 From _Amiram Eldar_, Dec 18 2020: (Start)
%F A017739 Sum_{n>=75} 1/a(n) = 75/74.
%F A017739 Sum_{n>=75} (-1)^(n+1)/a(n) = A001787(75)*log(2) - A242091(75)/74! = 1416709944860893564108800*log(2) - 83991764047971334996179436607161740581470072578392225 / 85532329258422950716304779287 = 0.9871713508... (End)
%t A017739 Array[Binomial[#, 75] &, 15, 76] (* _Michael De Vlieger_, Jul 06 2018 *)
%o A017739 (Sage) [binomial(n, 75) for n in range(75,91)] # _Zerinvary Lajos_, May 23 2009
%o A017739 (PARI) for(n=75, 95, print1(binomial(n,75), ", ")) \\ _G. C. Greubel_, Nov 09 2018
%o A017739 (Magma) [Binomial(n,75): n in [75..95]]; // _G. C. Greubel_, Nov 09 2018
%Y A017739 Cf. A001787, A242091.
%K A017739 nonn
%O A017739 75,2
%A A017739 _N. J. A. Sloane_