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 A017798 #16 Jul 06 2018 23:09:57 %S A017798 1,82,3321,88560,1749060,27285336,350161812,3801756816,35641470150, %T A017798 293052087900,2139280241670,14002561581840,82848489359220, %U A017798 446107250395800,2198671448379300,9967310565986160,41738112995067045,162042085745554410,585151976303390925 %N A017798 Binomial coefficients C(82,n). %C A017798 Row 82 of A007318. %H A017798 Nathaniel Johnston, <a href="/A017798/b017798.txt">Table of n, a(n) for n = 0..82</a> (full sequence) %p A017798 seq(binomial(82,n), n=0..82); # _Nathaniel Johnston_, Jun 24 2011 %t A017798 Binomial[82,Range[0,82]] (* _Harvey P. Dale_, Mar 24 2013 *) %o A017798 (Sage) [binomial(82, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009 %Y A017798 Cf. A010926-A011001, A017765-A017797, A017799-A017816. %K A017798 nonn,fini,full,easy %O A017798 0,2 %A A017798 _N. J. A. Sloane_