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!)
A010962 Binomial coefficient C(46,n). 1
1, 46, 1035, 15180, 163185, 1370754, 9366819, 53524680, 260932815, 1101716330, 4076350421, 13340783196, 38910617655, 101766230790, 239877544005, 511738760544, 991493848554, 1749695026860, 2818953098830, 4154246671960, 5608233007146, 6943526580276 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 46 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..46 (full sequence)
MAPLE
seq(binomial(46, n), n=0..46); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[46, Range[0, 30]] (* Harvey P. Dale, Aug 20 2012 *)
PROG
(Sage) [binomial(46, n) for n in range(47)] # Zerinvary Lajos, May 21 2009
(Magma) [Binomial(46, n) : n in [0..30]]; // Wesley Ivan Hurt, Oct 10 2014
CROSSREFS
Sequence in context: A205495 A281655 A280280 * A057465 A035718 A246993
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 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)