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 A369468 #12 Jan 23 2024 14:58:49 %S A369468 1,2,80,179200,44154880000,1980116762624000000, %T A369468 24153039733453645414400000000, %U A369468 111953168097640511435244254003200000000000,262573865013264352348221085395200893360537600000000000000,400294812944619753243237971399105071635747117771700305920000000000000000000 %N A369468 a(n) = Product_{k=0..n} ((3*k+1)*(3*k+2))^(n-k). %F A369468 a(n) ~ A^(2/3) * Gamma(1/3)^(1/3) * 3^(n^2 + 3*n/2 + 11/36) * n^(n^2 + n + 1/9) / ((2*Pi)^(1/6) * exp(3*n^2/2 + n + 1/18)), where A is the Glaisher-Kinkelin constant A074962. %F A369468 a(n) = A263416(n) * A263417(n). %F A369468 a(n) = 3^(n^2 + 3*n/2 + 1/2) * BarnesG(n + 4/3) * BarnesG(n + 5/3) / (BarnesG(1/3) * BarnesG(2/3) * (2*Pi)^(n+1)). %t A369468 Table[Product[((3*k+1)*(3*k+2))^(n-k), {k, 0, n}], {n, 0, 10}] %t A369468 Round[Table[3^(n^2 + 3*n/2 + 1/2) * BarnesG[n + 4/3] * BarnesG[n + 5/3] / (BarnesG[1/3] * BarnesG[2/3] * (2*Pi)^(n+1)), {n, 0, 10}]] %t A369468 Round[Table[Glaisher^(8/3) * Gamma[1/3]^(1/3) * BarnesG[n + 4/3] * BarnesG[n + 5/3] * 3^(n^2 + 3*n/2 + 11/36) / (Exp[2/9] * (2*Pi)^(n + 2/3)), {n, 0, 10}]] %Y A369468 Cf. A263416, A263417. %Y A369468 Cf. A074962, A168440, A169619, A169620. %K A369468 nonn %O A369468 0,2 %A A369468 _Vaclav Kotesovec_, Jan 23 2024