login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A017782 Binomial coefficients C(66,n). 3

%I #23 Jun 28 2023 21:48:21

%S 1,66,2145,45760,720720,8936928,90858768,778789440,5743572120,

%T 37014131440,210980549208,1074082795968,4922879481520,20448884000160,

%U 77413632286320,268367258592576,855420636763836,2515943049305400,6848956078664700

%N Binomial coefficients C(66,n).

%C Row 66 of A007318.

%H Nathaniel Johnston, <a href="/A017782/b017782.txt">Table of n, a(n) for n = 0..66</a> (full sequence)

%F From _G. C. Greubel_, Nov 14 2018: (Start)

%F G.f.: (1+x)^66.

%F E.g.f.: 1F1(-66; 1; -x), where 1F1 is the confluent hypergeometric function. (End)

%p seq(binomial(66,n), n=0..66); # _Nathaniel Johnston_, Jun 24 2011

%t Binomial[66, Range[0,66]] (* _G. C. Greubel_, Nov 14 2018 *)

%o (Sage) [binomial(66, n) for n in range(18)] # _Zerinvary Lajos_, May 28 2009

%o (PARI) vector(66, n, n--; binomial(66,n)) \\ _G. C. Greubel_, Nov 14 2018

%o (Magma) [Binomial(66,n): n in [0..66]]; // _G. C. Greubel_, Nov 14 2018

%Y Cf. A010926-A011001, A017765-A017781, A017783-A017816.

%K nonn,fini,full,easy

%O 0,2

%A _N. J. A. Sloane_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 26 18:12 EDT 2024. Contains 374636 sequences. (Running on oeis4.)