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 A143137 #6 Jan 08 2014 19:58:28 %S A143137 1,2,13,140,2101,40502,954073,26557400,852911401,31042592042, %T A143137 1262704455013,56767589130980,2795116027239901,149590982933830622, %U A143137 8646295934108179633,536766403519254357680,35620604244949591333201 %N A143137 E.g.f. satisfies A(x) = sinh(x + A(x)^2). %H A143137 Alois P. Heinz, <a href="/A143137/b143137.txt">Table of n, a(n) for n = 1..150</a> %F A143137 E.g.f.: A(x) = sinh(G(x)) where G(x) = Series_Reversion( x - sinh(x)^2 ) is the e.g.f. of A143136. %F A143137 a(n) ~ sqrt(1+sqrt(2)) * 2^(n-7/4) * n^(n-1) / (exp(n) * (1-sqrt(2)+log(1+sqrt(2)))^(n-1/2)). - _Vaclav Kotesovec_, Jan 08 2014 %e A143137 A(x) = x + 2*x^2/2! + 13*x^3/3! + 140*x^4/4! + 2101*x^5/5! +... %e A143137 A(x) = sinh(G(x)) where G(x) is the e.g.f. of A143136: %e A143137 G(x) = x + 2*x^2/2! + 12*x^3/3! + 128*x^4/4! + 1920*x^5/5! +... %t A143137 Rest[CoefficientList[InverseSeries[Series[-x^2 + ArcSinh[x],{x,0,20}],x],x] * Range[0,20]!] (* _Vaclav Kotesovec_, Jan 08 2014 *) %o A143137 (PARI) {a(n)=n!*polcoeff(sinh(serreverse(x-sinh(x+x*O(x^n))^2)),n)} %o A143137 (PARI) {a(n)=local(A=x);for(i=0,n,A=x + sinh(A)^2);n!*polcoeff(sinh(A),n)} %Y A143137 Cf. A143135, A143136. %K A143137 nonn %O A143137 1,2 %A A143137 _Paul D. Hanna_, Jul 27 2008