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.

A017768 Binomial coefficients C(52,n).

This page as a plain text file.
%I A017768 #31 Jun 28 2023 21:44:28
%S A017768 1,52,1326,22100,270725,2598960,20358520,133784560,752538150,
%T A017768 3679075400,15820024220,60403728840,206379406870,635013559600,
%U A017768 1768966344600,4481381406320,10363194502115,21945588357420,42671977361650,76360380541900,125994627894135
%N A017768 Binomial coefficients C(52,n).
%C A017768 Row 52 of A007318.
%H A017768 Nathaniel Johnston, <a href="/A017768/b017768.txt">Table of n, a(n) for n = 0..52</a> (full sequence)
%F A017768 From _G. C. Greubel_, Nov 13 2018: (Start)
%F A017768 G.f.: (1+x)^52.
%F A017768 E.g.f.: 1F1(-52; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
%p A017768 seq(binomial(52,n), n=0..52); # _Nathaniel Johnston_, Jun 24 2011
%t A017768 Binomial[52,Range[0,50]] (* _Harvey P. Dale_, Jun 02 2017 *)
%o A017768 (Sage) [binomial(52, n) for n in range(53)] # _Zerinvary Lajos_, May 23 2009
%o A017768 (PARI) vector(52, n, n--; binomial(52,n)) \\ _G. C. Greubel_, Nov 13 2018
%o A017768 (Magma) [Binomial(52,n): n in [0..52]]; // _G. C. Greubel_, Nov 13 2018
%Y A017768 Cf. A010926-A011001, A017765-A017816.
%K A017768 nonn,fini,full,easy
%O A017768 0,2
%A A017768 _N. J. A. Sloane_