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 A316146 #16 Nov 22 2021 16:50:23 %S A316146 1,5,67,865,15906,365514,9545026,276368635,9188742238,343857717788, %T A316146 13998751394662,618098575755637,29469995998980356,1510585321262760900, %U A316146 83100039017148288635,4873627957977247842223,302388593396139280682588,19804146883678522219587314 %N A316146 a(n) = Sum_{k=0..n} Stirling2(n,k) * A000009(k) * k^k. %H A316146 Vaclav Kotesovec, <a href="/A316146/b316146.txt">Table of n, a(n) for n = 1..370</a> %F A316146 Limit_{n -> infinity} (a(n)/n!)^(1/n) = 1/(log(1+ exp(1)) - 1) = 3.1922192845297391106277924019427161296056687330974482534324... - _Vaclav Kotesovec_, Nov 21 2021 %F A316146 log(A316145(n) / a(n)) ~ (sqrt(2) - 1) * Pi * sqrt(n) / sqrt(3*(1 + exp(1)) * log(1 + exp(-1))). - _Vaclav Kotesovec_, Nov 22 2021 %t A316146 Table[Sum[StirlingS2[n, k] * PartitionsQ[k] * k^k, {k, 1, n}], {n, 1, 20}] %Y A316146 Cf. A282190, A305550, A306023, A316145. %K A316146 nonn %O A316146 1,2 %A A316146 _Vaclav Kotesovec_, Jun 25 2018