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.

A017776 Binomial coefficients C(60,n).

This page as a plain text file.
%I A017776 #25 Jun 28 2023 21:46:49
%S A017776 1,60,1770,34220,487635,5461512,50063860,386206920,2558620845,
%T A017776 14783142660,75394027566,342700125300,1399358844975,5166863427600,
%U A017776 17345898649800,53194089192720,149608375854525,387221678682300,925029565741050,2044802197953900
%N A017776 Binomial coefficients C(60,n).
%C A017776 Row 60 of A007318.
%H A017776 Nathaniel Johnston, <a href="/A017776/b017776.txt">Table of n, a(n) for n = 0..60</a> (full sequence)
%F A017776 From _G. C. Greubel_, Nov 13 2018: (Start)
%F A017776 G.f.: (1+x)^60.
%F A017776 E.g.f.: 1F1(-60; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
%p A017776 seq(binomial(60,n), n=0..60); # _Nathaniel Johnston_, Jun 24 2011
%t A017776 Binomial[60, Range[0,60]] (* _G. C. Greubel_, Nov 13 2018 *)
%o A017776 (Sage) [binomial(60, n) for n in range(18)] # _Zerinvary Lajos_, May 28 2009
%o A017776 (PARI) vector(60, n, n--; binomial(60,n)) \\ _G. C. Greubel_, Nov 13 2018
%o A017776 (Magma) [Binomial(60,n): n in [0..60]]; // _G. C. Greubel_, Nov 13 2018
%Y A017776 Cf. A010926-A011001, A017765-A017775, A017777-A017816.
%K A017776 nonn,fini,full,easy
%O A017776 0,2
%A A017776 _N. J. A. Sloane_