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 A128327 #3 Mar 30 2012 18:37:03 %S A128327 1,1,4,20,114,712,4772,33896,253102,1975610,16054568,135413280, %T A128327 1182664740,10675334958,99437919664,954581258020,9433732288486, %U A128327 95883201181772,1001411775057322,10738668800872594,118151145186400408 %N A128327 Row 2 of table A128325. %F A128327 G.f.: A(x) = 1 + G(G(G(G(x)))) = B(G(x)), where B(x) is the g.f. of A128326 and G(x) = x + x*G(G(x)) is the g.f. of A030266. %o A128327 (PARI) {a(n)=local(A=1+x,B);for(i=0,n,A=1+x*A*subst(A,x,x*A+x*O(x^n))); B=A;for(i=1,2,B=subst(B,x,x*A+x*O(x^n)));polcoeff(B,n)} %Y A128327 Cf. A030266; A128325 (table), A128326 (row 1), A128328 (row 3), A128329 (main diagonal). %K A128327 nonn %O A128327 0,3 %A A128327 _Paul D. Hanna_, Mar 11 2007