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 A361494 #18 Aug 04 2025 15:08:00 %S A361494 1,-1,0,0,-2,-10,-62,-518,-5042,-55914,-700982,-9801022,-151141850, %T A361494 -2548546130,-46648614014,-921144036486,-19518279101570, %U A361494 -441740723440186,-10635049333176902,-271391755745104334,-7317268150934309162,-207850529950047641250 %N A361494 Expansion of e.g.f. 1/(1 - log(2 - exp(x))). %F A361494 a(n) = Sum_{k=0..n} (-1)^k * Stirling2(n,k) * A006252(k). %t A361494 With[{nn=30},CoefficientList[Series[1/(1-Log[2-Exp[x]]),{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, Aug 04 2025 *) %o A361494 (PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1-log(2-exp(x))))) %Y A361494 Cf. A217033, A360446. %Y A361494 Cf. A006252, A305988. %K A361494 sign %O A361494 0,5 %A A361494 _Seiichi Manyama_, May 11 2023