login
A010963
Binomial coefficient C(47,n).
1
1, 47, 1081, 16215, 178365, 1533939, 10737573, 62891499, 314457495, 1362649145, 5178066751, 17417133617, 52251400851, 140676848445, 341643774795, 751616304549, 1503232609098, 2741188875414, 4568648125690, 6973199770790, 9762479679106
OFFSET
0,2
COMMENTS
Row 47 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..47 (full sequence)
MAPLE
seq(binomial(47, n), n=0..47); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[47, Range[0, 20]] (* Harvey P. Dale, Feb 21 2016 *)
PROG
(Sage) [binomial(47, n) for n in range(48)] # Zerinvary Lajos, May 21 2009
CROSSREFS
Sequence in context: A032626 A009054 A012018 * A234354 A161692 A162191
KEYWORD
nonn,fini,full,easy
STATUS
approved