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.

A017775 Binomial coefficients C(59,n).

This page as a plain text file.
%I A017775 #32 Jun 28 2023 21:46:34
%S A017775 1,59,1711,32509,455126,5006386,45057474,341149446,2217471399,
%T A017775 12565671261,62828356305,279871768995,1119487075980,4047376351620,
%U A017775 13298522298180,39895566894540,109712808959985,277508869722315,647520696018735,1397281501935165
%N A017775 Binomial coefficients C(59,n).
%C A017775 Row 59 of A007318.
%H A017775 Nathaniel Johnston, <a href="/A017775/b017775.txt">Table of n, a(n) for n = 0..59</a> (full sequence)
%F A017775 From _G. C. Greubel_, Nov 13 2018: (Start)
%F A017775 G.f.: (1+x)^59.
%F A017775 E.g.f.: 1F1(-59; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
%p A017775 seq(binomial(59,n), n=0..59); # _Nathaniel Johnston_, Jun 24 2011
%t A017775 Binomial[59,#]&/@Range[0,20]  (* _Harvey P. Dale_, Mar 06 2011 *)
%o A017775 (Sage) [binomial(59, n) for n in range(18)] # _Zerinvary Lajos_, May 28 2009
%o A017775 (PARI) vector(59, n, n--; binomial(59,n)) \\ _G. C. Greubel_, Nov 13 2018
%o A017775 (Magma) [Binomial(59,n): n in [0..59]]; // _G. C. Greubel_, Nov 13 2018
%Y A017775 Cf. A010926-A011001, A017765-A017774, A017776-A017816.
%K A017775 nonn,fini,full,easy
%O A017775 0,2
%A A017775 _N. J. A. Sloane_