cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A017816 Binomial coefficients C(100,n).

This page as a plain text file.
%I A017816 #17 Jul 06 2018 03:07:34
%S A017816 1,100,4950,161700,3921225,75287520,1192052400,16007560800,
%T A017816 186087894300,1902231808400,17310309456440,141629804643600,
%U A017816 1050421051106700,7110542499799200,44186942677323600,253338471349988640,1345860629046814650,6650134872937201800
%N A017816 Binomial coefficients C(100,n).
%C A017816 Row 100 of A007318.
%H A017816 Nathaniel Johnston, <a href="/A017816/b017816.txt">Table of n, a(n) for n = 0..100</a> (full sequence)
%p A017816 seq(binomial(100,n), n=0..100); # _Nathaniel Johnston_, Jun 24 2011
%t A017816 Binomial[100,Range[0,20]] (* _Harvey P. Dale_, Jul 08 2016 *)
%o A017816 (Sage) [binomial(100, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009
%Y A017816 Cf. A010926-A011001, A017765-A017815.
%K A017816 nonn,fini,full,easy
%O A017816 0,2
%A A017816 _N. J. A. Sloane_