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!)
A017772 Binomial coefficients C(56,n). 3
1, 56, 1540, 27720, 367290, 3819816, 32468436, 231917400, 1420494075, 7575968400, 35607051480, 148902215280, 558383307300, 1889912732400, 5804731963800, 16253249498640, 41648951840265, 97997533741800, 212327989773900, 424655979547800, 785613562163430 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 56 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..56 (full sequence)
FORMULA
From G. C. Greubel, Nov 13 2018: (Start)
G.f.: (1+x)^56.
E.g.f.: 1F1(-56; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
MAPLE
seq(binomial(56, n), n=0..56); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[56, Range[0, 20]] (* Harvey P. Dale, Sep 05 2013 *)
PROG
(Sage) [binomial(56, n) for n in range(57)] # Zerinvary Lajos, May 28 2009
(PARI) vector(56, n, n--; binomial(56, n)) \\ G. C. Greubel, Nov 13 2018
(Magma) [Binomial(56, n): n in [0..56]]; // G. C. Greubel, Nov 13 2018
CROSSREFS
Sequence in context: A030649 A319310 A022081 * A233981 A035723 A035799
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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)