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!)
A017768 Binomial coefficients C(52,n). 4
1, 52, 1326, 22100, 270725, 2598960, 20358520, 133784560, 752538150, 3679075400, 15820024220, 60403728840, 206379406870, 635013559600, 1768966344600, 4481381406320, 10363194502115, 21945588357420, 42671977361650, 76360380541900, 125994627894135 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 52 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..52 (full sequence)
FORMULA
From G. C. Greubel, Nov 13 2018: (Start)
G.f.: (1+x)^52.
E.g.f.: 1F1(-52; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
MAPLE
seq(binomial(52, n), n=0..52); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[52, Range[0, 50]] (* Harvey P. Dale, Jun 02 2017 *)
PROG
(Sage) [binomial(52, n) for n in range(53)] # Zerinvary Lajos, May 23 2009
(PARI) vector(52, n, n--; binomial(52, n)) \\ G. C. Greubel, Nov 13 2018
(Magma) [Binomial(52, n): n in [0..52]]; // G. C. Greubel, Nov 13 2018
CROSSREFS
Sequence in context: A216939 A130000 A160153 * A035721 A035798 A017715
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 July 3 15:31 EDT 2024. Contains 373982 sequences. (Running on oeis4.)