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 A017812 #18 Jul 06 2018 03:07:08 %S A017812 1,96,4560,142880,3321960,61124064,927048304,11919192480,132601016340, %T A017812 1296543270880,11279926456656,88188515933856,624668654531480, %U A017812 4036320536972640,23929614612052080,130815226545884704,662252084388541314,3116480397122547360 %N A017812 Binomial coefficients C(96,n). %C A017812 Row 96 of A007318. %H A017812 Nathaniel Johnston, <a href="/A017812/b017812.txt">Table of n, a(n) for n = 0..96</a> (full sequence) %p A017812 seq(binomial(96,n), n=0..96); # _Nathaniel Johnston_, Jun 24 2011 %t A017812 Binomial[96,Range[0,20]] (* _Harvey P. Dale_, May 09 2012 *) %o A017812 (Sage) [binomial(96, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009 %Y A017812 Cf. A010926-A011001, A017765-A017811, A017813-A017816. %K A017812 nonn,fini,full,easy %O A017812 0,2 %A A017812 _N. J. A. Sloane_