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 A032777 #12 Sep 24 2021 15:40:21 %S A032777 0,1120,8247,34892,110880,293505,682787,1441440,2820208,5189184, %T A032777 9075733,15209677,24576340,38478109,58605120,87115718,126727310, %U A032777 180818236,253541302,349949600,476135234,639381600,848329835 %N A032777 Floor( n(n+1)(n+2)...(n+7) / (n+(n+1)+(n+2)+...+(n+7)) ). %H A032777 Harvey P. Dale, <a href="/A032777/b032777.txt">Table of n, a(n) for n = 0..1000</a> %t A032777 With[{c=n+Range[0,7]},Table[Floor[Times@@c/Total[c]],{n,0,30}]] (* _Harvey P. Dale_, Sep 24 2021 *) %Y A032777 Cf. A032778, A032779. %K A032777 nonn %O A032777 0,2 %A A032777 _Patrick De Geest_, May 15 1998