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 A017804 #17 Mar 04 2023 16:40:02 %S A017804 1,88,3828,109736,2331890,39175752,541931236,6348337336,64276915527, %T A017804 571350360240,4513667845896,32006008361808,205371886988268, %U A017804 1200635647008336,6431976680401800,31731084956648880,144773075114710515,613156553427009240 %N A017804 Binomial coefficients C(88,n). %C A017804 Row 88 of A007318. %H A017804 Nathaniel Johnston, <a href="/A017804/b017804.txt">Table of n, a(n) for n = 0..88</a> (full sequence) %p A017804 seq(binomial(88,n), n=0..88); # _Nathaniel Johnston_, Jun 24 2011 %t A017804 Binomial[88,Range[0,20]] (* _Harvey P. Dale_, Mar 04 2023 *) %o A017804 (Sage) [binomial(88, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009 %Y A017804 Cf. A010926-A011001, A017765-A017803, A017805-A017816. %K A017804 nonn,fini,full,easy %O A017804 0,2 %A A017804 _N. J. A. Sloane_