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!)
A017773 Binomial coefficients C(57,n). 3
1, 57, 1596, 29260, 395010, 4187106, 36288252, 264385836, 1652411475, 8996462475, 43183019880, 184509266760, 707285522580, 2448296039700, 7694644696200, 22057981462440, 57902201338905, 139646485582065, 310325523515700, 636983969321700 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 57 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..57 (full sequence)
FORMULA
From G. C. Greubel, Nov 13 2018: (Start)
G.f.: (1+x)^57.
E.g.f.: 1F1(-57; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
MAPLE
seq(binomial(57, n), n=0..57); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[57, Range[0, 57]] (* G. C. Greubel, Nov 13 2018 *)
PROG
(Sage) [binomial(57, n) for n in range(58)] # Zerinvary Lajos, May 28 2009
(PARI) vector(57, n, n--; binomial(57, n)) \\ G. C. Greubel, Nov 13 2018
(Magma) [Binomial(57, n): n in [0..57]]; // G. C. Greubel, Nov 13 2018
CROSSREFS
Sequence in context: A332911 A179466 A345457 * A017720 A009702 A282932
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)