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.

A017799 Binomial coefficients C(83,n).

This page as a plain text file.
%I A017799 #14 Jul 06 2018 23:10:07
%S A017799 1,83,3403,91881,1837620,29034396,377447148,4151918628,39443226966,
%T A017799 328693558050,2432332329570,16141841823510,96851050941060,
%U A017799 528955739755020,2644778698775100,12165982014365460,51705423561053205,203780198740621455,747194062048945335
%N A017799 Binomial coefficients C(83,n).
%C A017799 Row 83 of A007318.
%H A017799 Nathaniel Johnston, <a href="/A017799/b017799.txt">Table of n, a(n) for n = 0..83</a> (full sequence)
%p A017799 seq(binomial(83,n), n=0..83); # _Nathaniel Johnston_, Jun 24 2011
%o A017799 (Sage) [binomial(83, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009
%Y A017799 Cf. A010926-A011001, A017765-A017798, A017800-A017816.
%K A017799 nonn,fini,full,easy
%O A017799 0,2
%A A017799 _N. J. A. Sloane_