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 A383120 #11 Apr 17 2025 14:54:49 %S A383120 1,2,11,139,2885,82381,2979565,130203494,6664589321,390857822425, %T A383120 25832193906761,1899273577364197,153741850998047053, %U A383120 13585520026454056279,1301210398133681268381,134270617908678099820891,14849785991790603714043921,1752283118795349858851381297 %N A383120 a(n) = Sum_{k=0..n} binomial(n,k) * binomial(n*k,k). %F A383120 a(n) = [x^n] ((1 + x)^n + x)^n. %F A383120 a(n) ~ exp(n + exp(-1) - 1/2) * n^n / sqrt(2*Pi*n). - _Vaclav Kotesovec_, Apr 17 2025 %t A383120 Table[Sum[Binomial[n, k] Binomial[n k, k], {k, 0, n}], {n, 0, 17}] %o A383120 (PARI) a(n) = sum(k=0, n, binomial(n,k) * binomial(n*k,k)); \\ _Michel Marcus_, Apr 17 2025 %Y A383120 Cf. A001850, A014062, A026375, A188686, A226391, A359643, A378327, A383121. %K A383120 nonn %O A383120 0,2 %A A383120 _Ilya Gutkovskiy_, Apr 17 2025