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 A331726 #9 Jan 26 2020 09:01:17 %S A331726 0,1,6,45,448,5825,95796,1926043,45944256,1269187137,39840825700, %T A331726 1400286658331,54462564354672,2321934762267601,107664031299459012, %U A331726 5393893268767761675,290341440380472614656,16710435419661861992705,1024009456958258244673860 %N A331726 E.g.f.: -LambertW(-x/(1 - x)) / (1 - x). %F A331726 a(n) = Sum_{k=0..n-1} binomial(n,k)^2 * k! * (n - k)^(n - k - 1). %F A331726 a(n) ~ (1 + exp(-1))^(n + 3/2) * n^(n-1). - _Vaclav Kotesovec_, Jan 26 2020 %t A331726 nmax = 18; CoefficientList[Series[-LambertW[-x/(1 - x)]/(1 - x), {x, 0, nmax}], x] Range[0, nmax]! %t A331726 Table[Sum[Binomial[n, k]^2 k! (n - k)^(n - k - 1), {k, 0, n - 1}], {n, 0, 18}] %o A331726 (PARI) seq(n)={Vec(serlaplace(-lambertw(-x/(1 - x) + O(x*x^n)) / (1 - x)), -(n+1))} \\ _Andrew Howroyd_, Jan 25 2020 %Y A331726 Cf. A000169, A052871, A245496, A277505, A331727. %K A331726 nonn %O A331726 0,3 %A A331726 _Ilya Gutkovskiy_, Jan 25 2020