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.

A017813 Binomial coefficients C(97,n).

This page as a plain text file.
%I A017813 #15 Jul 06 2018 03:07:15
%S A017813 1,97,4656,147440,3464840,64446024,988172368,12846240784,144520208820,
%T A017813 1429144287220,12576469727536,99468442390512,712857170465336,
%U A017813 4660989191504120,27965935149024720,154744841157936784,793067310934426018,3778732481511088674
%N A017813 Binomial coefficients C(97,n).
%C A017813 Row 97 of A007318.
%H A017813 Nathaniel Johnston, <a href="/A017813/b017813.txt">Table of n, a(n) for n = 0..97</a> (full sequence)
%p A017813 seq(binomial(97,n), n=0..97); # _Nathaniel Johnston_, Jun 24 2011
%o A017813 (Sage) [binomial(97, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009
%Y A017813 Cf. A010926-A011001, A017765-A017812, A017814-A017816.
%K A017813 nonn,fini,full,easy
%O A017813 0,2
%A A017813 _N. J. A. Sloane_