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.

A017815 Binomial coefficients C(99,n).

This page as a plain text file.
%I A017815 #17 Nov 01 2023 03:46:36
%S A017815 1,99,4851,156849,3764376,71523144,1120529256,14887031544,
%T A017815 171200862756,1731030945644,15579278510796,126050526132804,
%U A017815 924370524973896,6186171974825304,38000770702498296,215337700647490344,1130522928399324306,5519611944537877494
%N A017815 Binomial coefficients C(99,n).
%C A017815 Row 99 of A007318.
%H A017815 Nathaniel Johnston, <a href="/A017815/b017815.txt">Table of n, a(n) for n = 0..99</a> (full sequence)
%p A017815 seq(binomial(99,n), n=0..99); # _Nathaniel Johnston_, Jun 24 2011
%t A017815 Binomial[99, Range[0, 99]] (* _Harvey P. Dale_, Nov 01 2023 *)
%o A017815 (Sage) [binomial(99, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009
%Y A017815 Cf. A010926-A011001, A017765-A017814, A017816.
%K A017815 nonn,fini,full,easy
%O A017815 0,2
%A A017815 _N. J. A. Sloane_