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!)
A017716 Binomial coefficients C(n,52). 5
1, 53, 1431, 26235, 367290, 4187106, 40475358, 341149446, 2558620845, 17341763505, 107518933731, 615790256823, 3284214703056, 16421073515280, 77413632286320, 345780890878896, 1469568786235308, 5964720367660956 (list; graph; refs; listen; history; text; internal format)
OFFSET
52,2
LINKS
FORMULA
From G. C. Greubel, Nov 03 2018: (Start)
G.f.: x^52/(1-x)^53.
E.g.f.: x^52*exp(x)/52!. (End)
From Amiram Eldar, Dec 16 2020: (Start)
Sum_{n>=52} 1/a(n) = 52/51.
Sum_{n>=52} (-1)^n/a(n) = A001787(52)*log(2) - A242091(52)/51! = 117093590311632896*log(2) - 120926939503504532846299231985163098 / 1489925242425959955 = 0.9817952764... (End)
MATHEMATICA
Table[Binomial[n, 52], {n, 52, 80}] (* Vladimir Joseph Stephan Orlovsky, May 16 2011 *)
PROG
(Sage) [binomial(n, 52) for n in range(52, 70)] # Zerinvary Lajos, May 23 2009
(PARI) for(n=52, 80, print1(binomial(n, 52), ", ")) \\ G. C. Greubel, Nov 03 2018
(Magma) [Binomial(n, 52): n in [52..80]]; // G. C. Greubel, Nov 03 2018
CROSSREFS
Sequence in context: A091548 A342899 A017769 * A180365 A282931 A210783
KEYWORD
nonn
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 October 3 20:04 EDT 2023. Contains 365870 sequences. (Running on oeis4.)