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!)
A017739 Binomial coefficients C(n,75). 2
1, 76, 2926, 76076, 1502501, 24040016, 324540216, 3801756816, 39443226966, 368136785016, 3129162672636, 24464362713336, 177366629671686, 1200635647008336, 7632612327410136, 45795673964460816 (list; graph; refs; listen; history; text; internal format)
OFFSET
75,2
LINKS
FORMULA
From G. C. Greubel, Nov 09 2018: (Start)
G.f.: x^75/(1-x)^76.
E.g.f.: x^75*exp(x)/75!. (End)
From Amiram Eldar, Dec 18 2020: (Start)
Sum_{n>=75} 1/a(n) = 75/74.
Sum_{n>=75} (-1)^(n+1)/a(n) = A001787(75)*log(2) - A242091(75)/74! = 1416709944860893564108800*log(2) - 83991764047971334996179436607161740581470072578392225 / 85532329258422950716304779287 = 0.9871713508... (End)
MATHEMATICA
Array[Binomial[#, 75] &, 15, 76] (* Michael De Vlieger, Jul 06 2018 *)
PROG
(Sage) [binomial(n, 75) for n in range(75, 91)] # Zerinvary Lajos, May 23 2009
(PARI) for(n=75, 95, print1(binomial(n, 75), ", ")) \\ G. C. Greubel, Nov 09 2018
(Magma) [Binomial(n, 75): n in [75..95]]; // G. C. Greubel, Nov 09 2018
CROSSREFS
Sequence in context: A017792 A035733 A035804 * A278685 A198530 A234176
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 March 29 04:59 EDT 2024. Contains 371264 sequences. (Running on oeis4.)