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.

A017802 Binomial coefficients C(86,n).

This page as a plain text file.
%I A017802 #17 Jul 06 2018 03:05:55
%S A017802 1,86,3655,102340,2123555,34826302,470155077,5373200880,53060358690,
%T A017802 459856441980,3540894603246,24464362713336,152902266958350,
%U A017802 870366750378300,4538340912686850,21784036380896880,96666661440229905,398039194165652550
%N A017802 Binomial coefficients C(86,n).
%C A017802 Row 86 of A007318.
%H A017802 Nathaniel Johnston, <a href="/A017802/b017802.txt">Table of n, a(n) for n = 0..86</a> (full sequence)
%p A017802 seq(binomial(86,n), n=0..86); # _Nathaniel Johnston_, Jun 24 2011
%o A017802 (Sage) [binomial(86, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009
%Y A017802 Cf. A010926-A011001, A017765-A017801, A017803-A017816.
%K A017802 nonn,fini,full,easy
%O A017802 0,2
%A A017802 _N. J. A. Sloane_