A017810 Binomial coefficients C(94,n).
1, 94, 4371, 134044, 3049501, 54891018, 814216767, 10235867928, 111315063717, 1063677275518, 9041256841903, 69042324974532, 477542747740513, 3012192716517082, 17427686431277403, 92947660966812816, 458929076023638279, 2105674584108457986
Offset: 0
Links
- Nathaniel Johnston, Table of n, a(n) for n = 0..94 (full sequence)
Programs
-
Maple
seq(binomial(94,n), n=0..94); # Nathaniel Johnston, Jun 24 2011
-
Mathematica
Binomial[94,Range[0,94]] (* Harvey P. Dale, Sep 21 2024 *)
-
Sage
[binomial(94, n) for n in range(16)] # Zerinvary Lajos, May 29 2009
Comments