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.

A017796 Binomial coefficients C(80,n).

This page as a plain text file.
%I A017796 #25 Jun 28 2023 21:53:35
%S A017796 1,80,3160,82160,1581580,24040016,300500200,3176716400,28987537150,
%T A017796 231900297200,1646492110120,10477677064400,60246643120300,
%U A017796 315136287090800,1508152231077400,6635869816740560,26958221130508525,101489773667796800
%N A017796 Binomial coefficients C(80,n).
%C A017796 Row 80 of A007318.
%H A017796 Nathaniel Johnston, <a href="/A017796/b017796.txt">Table of n, a(n) for n = 0..80</a> (full sequence)
%F A017796 From _G. C. Greubel_, Nov 15 2018: (Start)
%F A017796 G.f.: (1+x)^80.
%F A017796 E.g.f.: 1F1(-80; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
%p A017796 seq(binomial(80,n), n=0..80); # _Nathaniel Johnston_, Jun 24 2011
%t A017796 Binomial[80,Range[0,20]] (* _Harvey P. Dale_, Aug 11 2012 *)
%o A017796 (Sage) [binomial(80, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009
%o A017796 (PARI) vector(80, n, n--; binomial(80,n)) \\ _G. C. Greubel_, Nov 15 2018
%o A017796 (Magma) [Binomial(80,n): n in [0..80]]; // _G. C. Greubel_, Nov 15 2018
%o A017796 (GAP) List([0..80], n -> Binomial(80,n)); # _G. C. Greubel_, Nov 15 2018
%Y A017796 Cf. A010926-A011001, A017765-A017795, A017797-A017816.
%K A017796 nonn,fini,full,easy
%O A017796 0,2
%A A017796 _N. J. A. Sloane_