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 A367957 #7 Dec 07 2023 02:19:31 %S A367957 1,5,2700,567567000,101370917007360000,26995322179162164731904000000, %T A367957 16635639072295355604762223305031680000000000, %U A367957 34026881962001914598329145027742925521204742717440000000000000 %N A367957 a(n) = Product_{i=1..n, j=1..n} (i + 4*j). %F A367957 a(n) ~ A^(1/4) * 5^(25*n*(n+1)/8 + 29/48) * n^(n^2 - 29/48) / (Pi^(1/4) * Gamma(1/4)^(1/2) * 2^(n*(4*n+5) + 5/6) * exp(3*n^2/2 + 1/48)), where A = A074962 is the Glaisher-Kinkelin constant. %t A367957 Table[Product[i + 4*j, {i, 1, n}, {j, 1, n}], {n, 0, 10}] %Y A367957 Cf. A074962, A079478, A324402, A367956, A367958. %K A367957 nonn %O A367957 0,2 %A A367957 _Vaclav Kotesovec_, Dec 06 2023