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!)
A017788 Binomial coefficients C(72,n). 3
1, 72, 2556, 59640, 1028790, 13991544, 156238908, 1473109704, 11969016345, 85113005120, 536211932256, 3022285436352, 15363284301456, 70907466006720, 298824321028320, 1155454041309504, 4116305022165108, 13559593014190944, 41432089765583440 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 72 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..72 (full sequence)
FORMULA
From G. C. Greubel, Nov 15 2018: (Start)
G.f.: (1+x)^72.
E.g.f.: 1F1(-72; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
MAPLE
seq(binomial(72, n), n=0..72); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[72, Range[0, 72]] (* G. C. Greubel, Nov 15 2018 *)
PROG
(Sage) [binomial(72, n) for n in range(17)] # Zerinvary Lajos, May 28 2009
(PARI) vector(72, n, n--; binomial(72, n)) \\ G. C. Greubel, Nov 15 2018
(Magma) [Binomial(72, n): n in [0..72]]; // G. C. Greubel, Nov 15 2018
(GAP) List([0..72], n -> Binomial(72, n)); # G. C. Greubel, Nov 15 2018
CROSSREFS
Sequence in context: A014704 A260582 A035118 * A035731 A035803 A017735
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 May 9 04:02 EDT 2024. Contains 372341 sequences. (Running on oeis4.)