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!)
A017794 Binomial coefficients C(78,n). 3
1, 78, 3003, 76076, 1426425, 21111090, 256851595, 2641902120, 23446881315, 182364632450, 1258315963905, 7778680504140, 43430966148115, 220495674290430, 1023729916348425, 4367914309753280, 17198662594653540, 62724534168736440, 212566476905162380 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 78 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..78 (full sequence)
FORMULA
From G. C. Greubel, Nov 15 2018: (Start)
G.f.: (1+x)^78.
E.g.f.: 1F1(-78; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
MAPLE
seq(binomial(78, n), n=0..78); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[78, Range[0, 30]] (* Harvey P. Dale, Feb 01 2013 *)
PROG
(Sage) [binomial(78, n) for n in range(17)] # Zerinvary Lajos, May 29 2009
(PARI) vector(78, n, n--; binomial(78, n)) \\ G. C. Greubel, Nov 15 2018
(Magma) [Binomial(78, n): n in [0..78]]; // G. C. Greubel, Nov 15 2018
(GAP) List([0..78], n -> Binomial(78, n)); # G. C. Greubel, Nov 15 2018
CROSSREFS
Sequence in context: A133239 A210407 A146479 * A035734 A017741 A060562
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 April 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)