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 A293120 #18 Mar 01 2023 14:39:36 %S A293120 1,0,2,-6,36,-240,1920,-17640,183120,-2116800,26943840,-374220000, %T A293120 5628934080,-91122071040,1579034096640,-29155689763200, %U A293120 571308920582400,-11838533804697600,258608278645516800,-5938673374272038400,143003892952893772800 %N A293120 Expansion of e.g.f. exp(x^2/(1+x)). %H A293120 Seiichi Manyama, <a href="/A293120/b293120.txt">Table of n, a(n) for n = 0..444</a> %F A293120 E.g.f.: exp(x^2/(1+x)). %F A293120 a(n) = (-1)^n * A052845(n). %F A293120 a(n) ~ (-1)^n * n^(n-1/4) * exp(-3/2 + 2*sqrt(n) - n)/sqrt(2). - _Vaclav Kotesovec_, Sep 30 2017 %t A293120 CoefficientList[Series[E^(x^2/(1+x)), {x, 0, 20}], x] * Range[0, 20]! (* _Vaclav Kotesovec_, Sep 30 2017 *) %o A293120 (PARI) x='x+O('x^66); Vec(serlaplace(exp(x^2/(1+x)))) %Y A293120 Column k=1 of A293133. %Y A293120 Cf. A111884, A293121. %Y A293120 Cf. A052845. %K A293120 sign %O A293120 0,3 %A A293120 _Seiichi Manyama_, Sep 30 2017