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 A017810 #17 Sep 21 2024 17:20:20 %S A017810 1,94,4371,134044,3049501,54891018,814216767,10235867928,111315063717, %T A017810 1063677275518,9041256841903,69042324974532,477542747740513, %U A017810 3012192716517082,17427686431277403,92947660966812816,458929076023638279,2105674584108457986 %N A017810 Binomial coefficients C(94,n). %C A017810 Row 94 of A007318. %H A017810 Nathaniel Johnston, <a href="/A017810/b017810.txt">Table of n, a(n) for n = 0..94</a> (full sequence) %p A017810 seq(binomial(94,n), n=0..94); # _Nathaniel Johnston_, Jun 24 2011 %t A017810 Binomial[94,Range[0,94]] (* _Harvey P. Dale_, Sep 21 2024 *) %o A017810 (Sage) [binomial(94, n) for n in range(16)] # _Zerinvary Lajos_, May 29 2009 %Y A017810 Cf. A010926-A011001, A017765-A017809, A017811-A017816. %K A017810 nonn,fini,full,easy %O A017810 0,2 %A A017810 _N. J. A. Sloane_