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 A158827 #10 Aug 30 2021 10:24:24 %S A158827 1,4,20,110,640,3870,24084,153306,993978,6544242,43652340,294469974, %T A158827 2006018748,13784115468,95444016984,665407010349,4667570034444, %U A158827 32922870719664,233389493503968,1662048903052380,11885333877149532 %N A158827 The 4th iteration of x*C(x) where C(x) is the Catalan function (A000108). %H A158827 Elżbieta Liszewska, Wojciech Młotkowski, <a href="https://arxiv.org/abs/1907.10725">Some relatives of the Catalan sequence</a>, arXiv:1907.10725 [math.CO], 2019. %F A158827 Series reversion of 1 -4*x +12*x^2 -30*x^3 +64*x^4 -118*x^5 +188*x^6 -258*x^7 +302*x^8 -298*x^9 +244*x^10 -162*x^11 +84*x^12 -32*x^13 +8*x^14 -x^15. - _R. J. Mathar_, Aug 30 2021 %o A158827 (PARI) {a(n)=local(F=serreverse(x-x^2+O(x^(n+1))),G=x); for(i=1,4,G=subst(F,x,G));polcoeff(G,n)} %Y A158827 Cf. A158825, A158826, A158828, A158829. %K A158827 nonn %O A158827 1,2 %A A158827 _Paul D. Hanna_, Mar 28 2009