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 A052324 #19 Dec 19 2015 12:42:21 %S A052324 0,1,1,2,5,19,90,520,3475,26550,228050,2177020,22860090,261870070, %T A052324 3249793360,43432062300,621911561150,9498946124800,154152712434600, %U A052324 2648808048264400,48043086765929200,917249983543337400 %N A052324 Number of increasing rooted trees with a forbidden limb of length 3. %C A052324 In an increasing rooted tree, nodes are numbered and numbers increase as you move away from root. %C A052324 A rooted tree with a forbidden limb of length k is a rooted tree where the path from any leaf inward hits a branching node or the root within k steps. %H A052324 Vaclav Kotesovec, <a href="/A052324/b052324.txt">Table of n, a(n) for n = 0..240</a> %H A052324 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a> %H A052324 <a href="/index/Ro#rooted">Index entries for sequences related to rooted trees</a> %F A052324 E.g.f. satisfies A'(x) = exp(A(x) - x^3/6). - corrected by _Vaclav Kotesovec_, Mar 28 2014 %F A052324 a(n) ~ d^n * (n-1)!, where d = 0.9546118344740519430556804... - _Vaclav Kotesovec_, Mar 28 2014 %F A052324 In closed form, d = 1/r, where r = 1.04754620033697244977759528695194261... is the root of the equation 1 = Integral_{x=0..r} exp(-x^3/6) dx. - _Vaclav Kotesovec_, Aug 21 2014 %t A052324 CoefficientList[Assuming[{Element[x, Reals], x > 0}, Series[-Log[1-6^(1/3)*Gamma[1/3]/3 + 1/3*x*ExpIntegralE[2/3, x^3/6]], {x, 0, 20}]], x]*Range[0, 20]! (* _Vaclav Kotesovec_, Mar 28 2014 *) %o A052324 (PARI) {a(n)=local(A=x); for(i=0, n, A=intformal(exp(A-x^3/6+O(x^n)) )); n!*polcoeff(A, n)} %o A052324 for(n=0, 20, print1(a(n), ", ")) \\ _Vaclav Kotesovec_, Mar 28 2014 %Y A052324 Cf. A002955, A002988-A002992, A052319-A052329. %K A052324 nonn,eigen %O A052324 0,4 %A A052324 _Christian G. Bower_, Dec 15 1999