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.

A017756 Binomial coefficients C(n,92).

This page as a plain text file.
%I A017756 #22 Sep 08 2022 08:44:43
%S A017756 1,93,4371,138415,3321960,64446024,1052618392,14887031544,
%T A017756 186087894300,2088319702700,21300860967540,199453516332420,
%U A017756 1728597141547640,13961746143269400,105710363656182600
%N A017756 Binomial coefficients C(n,92).
%H A017756 Michael De Vlieger, <a href="/A017756/b017756.txt">Table of n, a(n) for n = 92..10000</a>
%F A017756 From _G. C. Greubel_, Nov 12 2018: (Start)
%F A017756 G.f.: x^92/(1-x)^93.
%F A017756 E.g.f.: x^92*exp(x)/92!. (End)
%F A017756 From _Amiram Eldar_, Dec 20 2020: (Start)
%F A017756 Sum_{n>=92} 1/a(n) = 92/91.
%F A017756 Sum_{n>=92} (-1)^n/a(n) = A001787(92)*log(2) - A242091(92)/91! = 227780967228509970581438857216*log(2) - 77094441274468114174142796214359630593269987993501692756181777652 / 488292632435794466918799087680078325 = 0.9894691541... (End)
%t A017756 Array[Binomial[#, 92] &, 15, 92] (* _Michael De Vlieger_, Jul 06 2018 *)
%o A017756 (Sage) [binomial(n, 92) for n in range(92,107)] # _Zerinvary Lajos_, May 23 2009
%o A017756 (PARI) for(n=92, 110, print1(binomial(n,92), ", ")) \\ _G. C. Greubel_, Nov 12 2018
%o A017756 (Magma) [Binomial(n,92): n in [92..110]]; // _G. C. Greubel_, Nov 12 2018
%Y A017756 Cf. A001787, A242091.
%K A017756 nonn
%O A017756 92,2
%A A017756 _N. J. A. Sloane_