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!)
A017784 Binomial coefficients C(68,n). 3
1, 68, 2278, 50116, 814385, 10424128, 109453344, 969443904, 7392009768, 49280065120, 290752384208, 1533058025824, 7282025622664, 31368725759168, 123234279768160, 443643407165376, 1469568786235308, 4495151581425648, 12736262814039336 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 68 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..68 (full sequence)
FORMULA
From G. C. Greubel, Nov 14 2018: (Start)
G.f.: (1+x)^68.
E.g.f.: 1F1(-68; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
MAPLE
seq(binomial(68, n), n=0..68); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Table[Binomial[68, n], {n, 0, 68}] (* Wesley Ivan Hurt, Mar 04 2014 *)
PROG
(Sage) [binomial(68, n) for n in range(18)] # Zerinvary Lajos, May 28 2009
(PARI) vector(68, n, n--; binomial(68, n)) \\ G. C. Greubel, Nov 14 2018
(Magma) [Binomial(68, n): n in [0..68]]; // G. C. Greubel, Nov 14 2018
CROSSREFS
Sequence in context: A231106 A228332 A220722 * A035802 A035729 A017731
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 24 14:32 EDT 2024. Contains 371960 sequences. (Running on oeis4.)