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.

A017806 Binomial coefficients C(90,n).

This page as a plain text file.
%I A017806 #15 Jul 06 2018 03:06:23
%S A017806 1,90,4005,117480,2555190,43949268,622614630,7471375560,77515521435,
%T A017806 706252528630,5720645481903,41604694413840,273897571557780,
%U A017806 1643385429346680,9038619861406740,45795673964460816,214667221708410075,934433788613079150
%N A017806 Binomial coefficients C(90,n).
%C A017806 Row 90 of A007318.
%H A017806 Nathaniel Johnston, <a href="/A017806/b017806.txt">Table of n, a(n) for n = 0..90</a> (full sequence)
%p A017806 seq(binomial(90,n), n=0..90); # _Nathaniel Johnston_, Jun 24 2011
%o A017806 (Sage) [binomial(90, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009
%Y A017806 Cf. A010926-A011001, A017765-A017805, A017807-A017816.
%K A017806 nonn,fini,full,easy
%O A017806 0,2
%A A017806 _N. J. A. Sloane_