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!)
A010945 Binomial coefficient C(29,n). 0
1, 29, 406, 3654, 23751, 118755, 475020, 1560780, 4292145, 10015005, 20030010, 34597290, 51895935, 67863915, 77558760, 77558760, 67863915, 51895935, 34597290, 20030010, 10015005, 4292145, 1560780, 475020, 118755, 23751, 3654, 406, 29, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 29 of A007318.
LINKS
MAPLE
seq(binomial(29, n), n=0..29); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
q = 29; Join[{a = 1}, Table[a = (q - n)*a/(n + 1), {n, 0, q - 1}]] (* Vladimir Joseph Stephan Orlovsky, Jul 10 2011 *)
Binomial[29, Range[0, 29]] (* Harvey P. Dale, Feb 04 2019 *)
PROG
(Sage) [binomial(29, n) for n in range(30)] # Zerinvary Lajos, May 21 2009
(Magma) [Binomial(29, n): n in [0..29]]; // Vincenzo Librandi, Jun 12 2013
CROSSREFS
Sequence in context: A077508 A077514 A210260 * A022624 A042630 A174885
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 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)