A017814 Binomial coefficients C(98,n).
1, 98, 4753, 152096, 3612280, 67910864, 1052618392, 13834413152, 157366449604, 1573664496040, 14005614014756, 112044912118048, 812325612855848, 5373846361969456, 32626924340528840, 182710776306961504, 947812152092362802, 4571799792445514692
Offset: 0
Links
- Nathaniel Johnston, Table of n, a(n) for n = 0..98 (full sequence)
Programs
-
Maple
seq(binomial(98,n), n=0..98); # Nathaniel Johnston, Jun 24 2011
-
Sage
[binomial(98, n) for n in range(16)] # Zerinvary Lajos, May 29 2009
Comments