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 A334856 #4 May 13 2020 19:00:26 %S A334856 1,2,8,48,376,3552,38072,433664,4677184,29762560,-793410432, %T A334856 -54950522880,-2386117894016,-93904016252928,-3620999060747776, %U A334856 -140559707495727104,-5551125947636719616,-223832352597495644160,-9212210790951194357760,-385841470335205512314880 %N A334856 E.g.f. A(x) satisfies: A(x) = sin(x * exp(A(x))). %F A334856 E.g.f.: series reversion of arcsin(x) / exp(x). %t A334856 nmax = 20; CoefficientList[InverseSeries[Series[ArcSin[x]/Exp[x], {x, 0, nmax}], x], x] Range[0, nmax]! // Rest %Y A334856 Cf. A227463, A227465. %K A334856 sign %O A334856 1,2 %A A334856 _Ilya Gutkovskiy_, May 13 2020