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 A294319 #7 Sep 26 2023 15:19:57 %S A294319 2,240,9676800,386266890240000,33674087438261157888000000, %T A294319 11977449554394932435557703221248000000000, %U A294319 29139961073721833036780987632259240162985246720000000000000 %N A294319 a(n) = Product_{k=0..n} (3*k + 2)!. %F A294319 a(n) ~ 3^(3*n^2/2 + 4*n + 101/36) * (2*Pi)^(n/2 + 1/3) * n^(3*n^2/2 + 4*n + 91/36) * Gamma(1/3)^(1/3) / (A^(1/3) * exp(9*n^2/4 + 4*n - 1/36)), where A is the Glaisher-Kinkelin constant A074962. %F A294319 A268504(n) * A294318(n) * A294319(n) = A000178(3*n + 2). %t A294319 Table[Product[(3*k + 2)!, {k, 0, n}] , {n, 0, 10}] %t A294319 FoldList[Times,(3 Range[0,10]+2)!] (* _Harvey P. Dale_, Sep 26 2023 *) %Y A294319 Cf. A268504, A294318. %K A294319 nonn %O A294319 0,1 %A A294319 _Vaclav Kotesovec_, Oct 28 2017