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 A017808 #17 Dec 31 2018 11:25:11 %S A017808 1,92,4186,125580,2794155,49177128,713068356,8760554088,93080887185, %T A017808 868754947060,7210666060598,53752237906276,362827605867363, %U A017808 2232785266876080,12599288291657880,65516299116620976,315297189498738447,1409563905994360116 %N A017808 Binomial coefficients C(92,n). %C A017808 Row 92 of A007318. %H A017808 Nathaniel Johnston, <a href="/A017808/b017808.txt">Table of n, a(n) for n = 0..92</a> (full sequence) %p A017808 seq(binomial(92,n), n=0..92); # _Nathaniel Johnston_, Jun 24 2011 %t A017808 Binomial[92,Range[0,92]] (* _Harvey P. Dale_, Dec 31 2018 *) %o A017808 (Sage) [binomial(92, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009 %Y A017808 Cf. A010926-A011001, A017765-A017807, A017809-A017816. %K A017808 nonn,fini,full,easy %O A017808 0,2 %A A017808 _N. J. A. Sloane_