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.

A017780 Binomial coefficients C(64,n).

This page as a plain text file.
%I A017780 #23 Jun 28 2023 21:47:50
%S A017780 1,64,2016,41664,635376,7624512,74974368,621216192,4426165368,
%T A017780 27540584512,151473214816,743595781824,3284214703056,13136858812224,
%U A017780 47855699958816,159518999862720,488526937079580,1379370175283520,3601688791018080
%N A017780 Binomial coefficients C(64,n).
%C A017780 Row 64 of A007318.
%H A017780 Nathaniel Johnston, <a href="/A017780/b017780.txt">Table of n, a(n) for n = 0..64</a> (full sequence)
%F A017780 From _G. C. Greubel_, Nov 14 2018: (Start)
%F A017780 G.f.: (1+x)^64.
%F A017780 E.g.f.: 1F1(-64; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
%p A017780 seq(binomial(64,n), n=0..64); # _Nathaniel Johnston_, Jun 24 2011
%t A017780 Binomial[64, Range[0,64]] (* _G. C. Greubel_, Nov 14 2018 *)
%o A017780 (Sage) [binomial(64, n) for n in range(18)] # _Zerinvary Lajos_, May 28 2009
%o A017780 (PARI) vector(64, n, n--; binomial(64,n)) \\ _G. C. Greubel_, Nov 14 2018
%o A017780 (Magma) [Binomial(64,n): n in [0..64]]; // _G. C. Greubel_, Nov 14 2018
%Y A017780 Cf. A010926-A011001, A017765-A017779, A017781-A017816.
%K A017780 nonn,fini,full,easy
%O A017780 0,2
%A A017780 _N. J. A. Sloane_