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.

A017794 Binomial coefficients C(78,n).

This page as a plain text file.
%I A017794 #25 Jun 28 2023 21:52:41
%S A017794 1,78,3003,76076,1426425,21111090,256851595,2641902120,23446881315,
%T A017794 182364632450,1258315963905,7778680504140,43430966148115,
%U A017794 220495674290430,1023729916348425,4367914309753280,17198662594653540,62724534168736440,212566476905162380
%N A017794 Binomial coefficients C(78,n).
%C A017794 Row 78 of A007318.
%H A017794 Nathaniel Johnston, <a href="/A017794/b017794.txt">Table of n, a(n) for n = 0..78</a> (full sequence)
%F A017794 From _G. C. Greubel_, Nov 15 2018: (Start)
%F A017794 G.f.: (1+x)^78.
%F A017794 E.g.f.: 1F1(-78; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
%p A017794 seq(binomial(78,n), n=0..78); # _Nathaniel Johnston_, Jun 24 2011
%t A017794 Binomial[78,Range[0,30]] (* _Harvey P. Dale_, Feb 01 2013 *)
%o A017794 (Sage) [binomial(78, n) for n in range(17)] # _Zerinvary Lajos_, May 29 2009
%o A017794 (PARI) vector(78, n, n--; binomial(78,n)) \\ _G. C. Greubel_, Nov 15 2018
%o A017794 (Magma) [Binomial(78,n): n in [0..78]]; // _G. C. Greubel_, Nov 15 2018
%o A017794 (GAP) List([0..78], n -> Binomial(78,n)); # _G. C. Greubel_, Nov 15 2018
%Y A017794 Cf. A010926-A011001, A017765-A017793, A017795-A017816.
%K A017794 nonn,fini,full,easy
%O A017794 0,2
%A A017794 _N. J. A. Sloane_