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 A017805 #15 Jul 06 2018 03:06:17 %S A017805 1,89,3916,113564,2441626,41507642,581106988,6890268572,70625252863, %T A017805 635627275767,5085018206136,36519676207704,237377895350076, %U A017805 1406007533996604,7632612327410136,38163061637050680,176504160071359395,757929628541719755 %N A017805 Binomial coefficients C(89,n). %C A017805 Row 89 of A007318. %H A017805 Nathaniel Johnston, <a href="/A017805/b017805.txt">Table of n, a(n) for n = 0..89</a> (full sequence) %p A017805 seq(binomial(89,n), n=0..89); # _Nathaniel Johnston_, Jun 24 2011 %o A017805 (Sage) [binomial(89, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009 %Y A017805 Cf. A010926-A011001, A017765-A017804, A017806-A017816. %K A017805 nonn,fini,full,easy %O A017805 0,2 %A A017805 _N. J. A. Sloane_