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.

A017782 Binomial coefficients C(66,n).

This page as a plain text file.
%I A017782 #23 Jun 28 2023 21:48:21
%S A017782 1,66,2145,45760,720720,8936928,90858768,778789440,5743572120,
%T A017782 37014131440,210980549208,1074082795968,4922879481520,20448884000160,
%U A017782 77413632286320,268367258592576,855420636763836,2515943049305400,6848956078664700
%N A017782 Binomial coefficients C(66,n).
%C A017782 Row 66 of A007318.
%H A017782 Nathaniel Johnston, <a href="/A017782/b017782.txt">Table of n, a(n) for n = 0..66</a> (full sequence)
%F A017782 From _G. C. Greubel_, Nov 14 2018: (Start)
%F A017782 G.f.: (1+x)^66.
%F A017782 E.g.f.: 1F1(-66; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
%p A017782 seq(binomial(66,n), n=0..66); # _Nathaniel Johnston_, Jun 24 2011
%t A017782 Binomial[66, Range[0,66]] (* _G. C. Greubel_, Nov 14 2018 *)
%o A017782 (Sage) [binomial(66, n) for n in range(18)] # _Zerinvary Lajos_, May 28 2009
%o A017782 (PARI) vector(66, n, n--; binomial(66,n)) \\ _G. C. Greubel_, Nov 14 2018
%o A017782 (Magma) [Binomial(66,n): n in [0..66]]; // _G. C. Greubel_, Nov 14 2018
%Y A017782 Cf. A010926-A011001, A017765-A017781, A017783-A017816.
%K A017782 nonn,fini,full,easy
%O A017782 0,2
%A A017782 _N. J. A. Sloane_