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.

A017809 Binomial coefficients C(93,n).

This page as a plain text file.
%I A017809 #17 Jan 21 2019 13:38:28
%S A017809 1,93,4278,129766,2919735,51971283,762245484,9473622444,101841441273,
%T A017809 961835834245,8079421007658,60962903966874,416579843773639,
%U A017809 2595612872743443,14832073558533960,78115587408278856,380813488615359423,1724861095493098563
%N A017809 Binomial coefficients C(93,n).
%C A017809 Row 93 of A007318.
%H A017809 Nathaniel Johnston, <a href="/A017809/b017809.txt">Table of n, a(n) for n = 0..93</a> (full sequence)
%p A017809 seq(binomial(93,n), n=0..93); # _Nathaniel Johnston_, Jun 24 2011
%t A017809 Binomial[93,Range[0,20]] (* _Harvey P. Dale_, Jan 21 2019 *)
%o A017809 (Sage) [binomial(93, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009
%Y A017809 Cf. A010926-A011001, A017765-A017808, A017810-A017816.
%K A017809 nonn,fini,full,easy
%O A017809 0,2
%A A017809 _N. J. A. Sloane_