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 A017811 #18 Jul 06 2018 03:07:01 %S A017811 1,95,4465,138415,3183545,57940519,869107785,11050084695,121550931645, %T A017811 1174992339235,10104934117421,78083581816435,546585072715045, %U A017811 3489735464257595,20439879147794485,110375347398090219,551876736990451095 %N A017811 Binomial coefficients C(95,n). %C A017811 Row 95 of A007318. %H A017811 Nathaniel Johnston, <a href="/A017811/b017811.txt">Table of n, a(n) for n = 0..95</a> (full sequence) %p A017811 seq(binomial(95,n), n=0..95); # _Nathaniel Johnston_, Jun 24 2011 %t A017811 Binomial[95,Range[0,20]] (* _Harvey P. Dale_, Jan 19 2012 *) %o A017811 (Sage) [binomial(95, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009 %Y A017811 Cf. A010926-A011001, A017765-A017810, A017812-A017816. %K A017811 nonn,fini,full,easy %O A017811 0,2 %A A017811 _N. J. A. Sloane_