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 A368209 #11 Feb 16 2025 08:34:06 %S A368209 0,0,1,2,3,6,29,604,69724,49836144,250872492816,10113420362487552, %T A368209 3669877057922582621184,13317216838086531218401935360, %U A368209 531580547910000731718546175028428800,254627927130379381409123944181515703549952000 %N A368209 a(n) = Sum_{k=0..n} BarnesG(k)*BarnesG(n-k). %H A368209 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/BarnesG-Function.html">Barnes G-Function</a>. %H A368209 Wikipedia, <a href="https://en.wikipedia.org/wiki/Barnes_G-function">Barnes G-function</a>. %F A368209 a(n) ~ 2^(n/2) * Pi^(n/2 - 1) * n^(n^2/2 - 2*n + 23/12) / (A * exp(3*n^2/4 - 2*n - 1/12)), where A = A074962 is the Glaisher-Kinkelin constant. %t A368209 Table[Sum[BarnesG[k]*BarnesG[n-k], {k, 0, n}], {n, 0, 15}] %Y A368209 Cf. A000178, A003149. %K A368209 nonn %O A368209 0,4 %A A368209 _Vaclav Kotesovec_, Dec 17 2023