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 A375844 #7 Aug 31 2024 13:01:55 %S A375844 0,2,780,3442680,94792125120,11199115535025600,4424488981755473751120, %T A375844 4897251346805306604631152000,13309618365562299179087873337753600, %U A375844 80202481690565843837334237727510974259200,987936620325246799505617855507952109963809976000 %N A375844 a(n) = Product_{k=0..n} (k^7 + n). %F A375844 a(n) ~ n^(7*n + 4) / exp(7*n - Pi * n^(1/7) / sin(Pi/7)). %t A375844 Table[Product[k^7 + n, {k, 0, n}], {n, 0, 15}] %Y A375844 Cf. A375839, A375840, A375841, A375842, A375843, A375845. %K A375844 nonn %O A375844 0,2 %A A375844 _Vaclav Kotesovec_, Aug 31 2024