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
1, 66, 2145, 45760, 720720, 8936928, 90858768, 778789440, 5743572120, 37014131440, 210980549208, 1074082795968, 4922879481520, 20448884000160, 77413632286320, 268367258592576, 855420636763836, 2515943049305400, 6848956078664700 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 66 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..66 (full sequence)
FORMULA
From G. C. Greubel, Nov 14 2018: (Start)
G.f.: (1+x)^66.
E.g.f.: 1F1(-66; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
MAPLE
seq(binomial(66, n), n=0..66); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[66, Range[0, 66]] (* G. C. Greubel, Nov 14 2018 *)
PROG
(Sage) [binomial(66, n) for n in range(18)] # Zerinvary Lajos, May 28 2009
(PARI) vector(66, n, n--; binomial(66, n)) \\ G. C. Greubel, Nov 14 2018
(Magma) [Binomial(66, n): n in [0..66]]; // G. C. Greubel, Nov 14 2018
CROSSREFS
Sequence in context: A269779 A279446 A271797 * A035728 A114252 A240464
KEYWORD
nonn,fini,full,easy
AUTHOR
STATUS
approved

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 April 24 07:06 EDT 2024. Contains 371920 sequences. (Running on oeis4.)