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!)
A017754 Binomial coefficients C(n,90). 2
1, 91, 4186, 129766, 3049501, 57940519, 927048304, 12846240784, 157366449604, 1731030945644, 17310309456440, 158940114100040, 1350990969850340, 10704005376506540, 79515468511191440, 556608279578340080 (list; graph; refs; listen; history; text; internal format)
OFFSET
90,2
LINKS
FORMULA
From G. C. Greubel, Nov 12 2018: (Start)
G.f.: x^90/(1-x)^91.
E.g.f.: x^90*exp(x)/90!. (End)
From Amiram Eldar, Dec 20 2020: (Start)
Sum_{n>=90} 1/a(n) = 90/89.
Sum_{n>=90} (-1)^n/a(n) = A001787(90)*log(2) - A242091(90)/89! = 55707301767842112370460590080*log(2) - 19273610318617028543535699053216921237020997586282137829762590933 / 499143579823256566183661289628524510 = 0.9892424860... (End)
MATHEMATICA
Array[Binomial[#, 90] &, 16, 90] (* Michael De Vlieger, Jul 06 2018 *)
PROG
(Sage) [binomial(n, 90) for n in range(90, 106)] # Zerinvary Lajos, May 23 2009
(PARI) for(n=90, 110, print1(binomial(n, 90), ", ")) \\ G. C. Greubel, Nov 12 2018
(Magma) [Binomial(n, 90): n in [90..110]]; // G. C. Greubel, Nov 12 2018
CROSSREFS
Sequence in context: A096054 A129965 A017807 * A283383 A004380 A234123
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 April 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)