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 A017814 #15 Jul 06 2018 03:07:21 %S A017814 1,98,4753,152096,3612280,67910864,1052618392,13834413152, %T A017814 157366449604,1573664496040,14005614014756,112044912118048, %U A017814 812325612855848,5373846361969456,32626924340528840,182710776306961504,947812152092362802,4571799792445514692 %N A017814 Binomial coefficients C(98,n). %C A017814 Row 98 of A007318. %H A017814 Nathaniel Johnston, <a href="/A017814/b017814.txt">Table of n, a(n) for n = 0..98</a> (full sequence) %p A017814 seq(binomial(98,n), n=0..98); # _Nathaniel Johnston_, Jun 24 2011 %o A017814 (Sage) [binomial(98, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009 %Y A017814 Cf. A010926-A011001, A017765-A017813, A017815-A017816. %K A017814 nonn,fini,full,easy %O A017814 0,2 %A A017814 _N. J. A. Sloane_