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.

A017803 Binomial coefficients C(87,n).

This page as a plain text file.
%I A017803 #15 Jul 06 2018 03:06:04
%S A017803 1,87,3741,105995,2225895,36949857,504981379,5843355957,58433559570,
%T A017803 512916800670,4000751045226,28005257316582,177366629671686,
%U A017803 1023269017336650,5408707663065150,26322377293583730,118450697821126785,494705855605882455
%N A017803 Binomial coefficients C(87,n).
%C A017803 Row 87 of A007318.
%H A017803 Nathaniel Johnston, <a href="/A017803/b017803.txt">Table of n, a(n) for n = 0..87</a> (full sequence)
%p A017803 seq(binomial(87,n), n=0..87); # _Nathaniel Johnston_, Jun 24 2011
%o A017803 (Sage) [binomial(87, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009
%Y A017803 Cf. A010926-A011001, A017765-A017802, A017804-A017816.
%K A017803 nonn,fini,full,easy
%O A017803 0,2
%A A017803 _N. J. A. Sloane_