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!)
A017776 Binomial coefficients C(60,n). 3
1, 60, 1770, 34220, 487635, 5461512, 50063860, 386206920, 2558620845, 14783142660, 75394027566, 342700125300, 1399358844975, 5166863427600, 17345898649800, 53194089192720, 149608375854525, 387221678682300, 925029565741050, 2044802197953900 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 60 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..60 (full sequence)
FORMULA
From G. C. Greubel, Nov 13 2018: (Start)
G.f.: (1+x)^60.
E.g.f.: 1F1(-60; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
MAPLE
seq(binomial(60, n), n=0..60); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[60, Range[0, 60]] (* G. C. Greubel, Nov 13 2018 *)
PROG
(Sage) [binomial(60, n) for n in range(18)] # Zerinvary Lajos, May 28 2009
(PARI) vector(60, n, n--; binomial(60, n)) \\ G. C. Greubel, Nov 13 2018
(Magma) [Binomial(60, n): n in [0..60]]; // G. C. Greubel, Nov 13 2018
CROSSREFS
Sequence in context: A281373 A053528 A269104 * A035725 A035800 A017723
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)