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 A375843 #7 Aug 31 2024 13:00:58 %S A375843 0,2,396,588528,4087208000,97390176449400,6465177278417919600, %T A375843 1030450155933504769261568,352805275175791344554903371776, %U A375843 238031797291547406166218644352900000,295416986525310718941438520613968960376000 %N A375843 a(n) = Product_{k=0..n} (k^6 + n). %F A375843 a(n) ~ n^(6*n + 7/2) / exp(6*n - 2*Pi*n^(1/6)). %t A375843 Table[Product[k^6 + n, {k, 0, n}], {n, 0, 15}] %Y A375843 Cf. A258871, A354054. %Y A375843 Cf. A375839, A375840, A375841, A375842, A375844, A375845. %K A375843 nonn %O A375843 0,2 %A A375843 _Vaclav Kotesovec_, Aug 31 2024