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.
%I A017800 #16 Jul 06 2018 23:10:16 %S A017800 1,84,3486,95284,1929501,30872016,406481544,4529365776,43595145594, %T A017800 368136785016,2761025887620,18574174153080,112992892764570, %U A017800 625806790696080,3173734438530120,14810760713140560,63871405575418665,255485622301674660,950974260789566790 %N A017800 Binomial coefficients C(84,n). %C A017800 Row 84 of A007318. %H A017800 Nathaniel Johnston, <a href="/A017800/b017800.txt">Table of n, a(n) for n = 0..84</a> (full sequence) %p A017800 seq(binomial(84,n), n=0..84); # _Nathaniel Johnston_, Jun 24 2011 %t A017800 Binomial[84,Range[0,84]] (* _Harvey P. Dale_, Jun 19 2014 *) %o A017800 (Sage) [binomial(84, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009 %Y A017800 Cf. A010926-A011001, A017765-A017799, A017801-A017816. %K A017800 nonn,fini,full,easy %O A017800 0,2 %A A017800 _N. J. A. Sloane_