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.

A017801 Binomial coefficients C(85,n).

This page as a plain text file.
%I A017801 #18 Jul 06 2018 03:05:47
%S A017801 1,85,3570,98770,2024785,32801517,437353560,4935847320,48124511370,
%T A017801 411731930610,3129162672636,21335200040700,131567066917650,
%U A017801 738799683460650,3799541229226200,17984495151670680,78682166288559225,319357027877093325,1206459883091241450
%N A017801 Binomial coefficients C(85,n).
%C A017801 Row 85 of A007318.
%H A017801 Nathaniel Johnston, <a href="/A017801/b017801.txt">Table of n, a(n) for n = 0..85</a> (full sequence)
%p A017801 seq(binomial(85,n), n=0..85); # _Nathaniel Johnston_, Jun 24 2011
%t A017801 Binomial[85,Range[0,40]] (* _Harvey P. Dale_, Apr 14 2012 *)
%o A017801 (Sage) [binomial(85, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009
%Y A017801 Cf. A010926-A011001, A017765-A017800, A017802-A017816.
%K A017801 nonn,fini,full,easy
%O A017801 0,2
%A A017801 _N. J. A. Sloane_