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!)
A017742 Binomial coefficients C(n,78). 2
1, 79, 3160, 85320, 1749060, 29034396, 406481544, 4935847320, 53060358690, 512916800670, 4513667845896, 36519676207704, 273897571557780, 1917283000904460, 12599288291657880, 78115587408278856 (list; graph; refs; listen; history; text; internal format)
OFFSET
78,2
LINKS
FORMULA
G.f.: x^78/(1-x)^79. - Robert Israel, Jul 06 2018
E.g.f.: x^78*exp(x)/78!. - G. C. Greubel, Nov 09 2018
From Amiram Eldar, Dec 18 2020: (Start)
Sum_{n>=78} 1/a(n) = 78/77.
Sum_{n>=78} (-1)^n/a(n) = A001787(78)*log(2) - A242091(78)/77! = 11787026741242634453385216*log(2) - 1343868224767541359938872174222258043753394785150282521 / 164485248573890289839047652475 = 0.9876470468... (End)
MAPLE
seq(binomial(n, 78), n=78..100); # Robert Israel, Jul 06 2018
MATHEMATICA
Binomial[Range[78, 98], 78] (* Harvey P. Dale, Sep 18 2016 *)
PROG
(Sage) [binomial(n, 78) for n in range(78, 94)] # Zerinvary Lajos, May 23 2009
(PARI) for(n=78, 100, print1(binomial(n, 78), ", ")) \\ G. C. Greubel, Nov 09 2018
(Magma) [Binomial(n, 78): n in [78..100]]; // G. C. Greubel, Nov 09 2018
CROSSREFS
Sequence in context: A293919 A205496 A017795 * A298464 A078114 A038531
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 18 11:52 EDT 2024. Contains 371779 sequences. (Running on oeis4.)