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 A351334 #12 Feb 07 2022 21:45:03 %S A351334 1,-1,7,-139,5227,-317491,28352347,-3495615859,568791063547, %T A351334 -118065959980051,30445266606199387,-9547490385298102579, %U A351334 3578014749635903623867,-1579193384981544127824211,810752966831581612807206427,-479049438742420410992820125299 %N A351334 a(n) = Sum_{k=0..n} k! * (-k)^k * Stirling2(n,k). %F A351334 E.g.f.: Sum_{k>=0} (k * (1 - exp(x)))^k. %o A351334 (PARI) a(n) = sum(k=0, n, k!*(-k)^k*stirling(n, k, 2)); %o A351334 (PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, (k*(1-exp(x)))^k))) %Y A351334 Cf. A122399, A351218, A351281, A351333. %K A351334 sign %O A351334 0,3 %A A351334 _Seiichi Manyama_, Feb 07 2022