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 A373872 #22 Apr 25 2025 21:07:55 %S A373872 0,1,0,1,15,391,16275,999391,85314915,9682617631,1411532175075, %T A373872 257220473522431,57317980108103715,15338554965273810271, %U A373872 4855172557420679314275,1794588990417909081447871,766066194581899382513514915,374061220058388896558805473311 %N A373872 a(n) = Sum_{k=1..n} (-1)^(n-k) * k! * k^(n-3) * Stirling2(n,k). %F A373872 E.g.f.: Sum_{k>=1} (1 - exp(-k*x))^k / k^3. %F A373872 Sum_{k>=0} a(k+2) * x^k/k! = Sum_{k>=0} k * (1 - exp(-k*x))^k. %o A373872 (PARI) a(n) = sum(k=1, n, (-1)^(n-k)*k!*k^(n-3)*stirling(n, k, 2)); %Y A373872 Cf. A373869, A373870, A373871. %Y A373872 Cf. A092552, A220181. %K A373872 nonn %O A373872 0,5 %A A373872 _Seiichi Manyama_, Jun 20 2024