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.

A017807 Binomial coefficients C(91,n).

This page as a plain text file.
%I A017807 #15 Jul 06 2018 03:06:31
%S A017807 1,91,4095,121485,2672670,46504458,666563898,8093990190,84986896995,
%T A017807 783768050065,6426898010533,47325339895743,315502265971620,
%U A017807 1917283000904460,10682005290753420,54834293825867556,260462895672870891,1149101010321489225
%N A017807 Binomial coefficients C(91,n).
%C A017807 Row 91 of A007318.
%H A017807 Nathaniel Johnston, <a href="/A017807/b017807.txt">Table of n, a(n) for n = 0..91</a> (full sequence)
%p A017807 seq(binomial(91,n), n=0..91); # _Nathaniel Johnston_, Jun 24 2011
%o A017807 (Sage) [binomial(91, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009
%Y A017807 Cf. A010926-A011001, A017765-A017806, A017808-A017816.
%K A017807 nonn,fini,full,easy
%O A017807 0,2
%A A017807 _N. J. A. Sloane_