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 A166907 #2 Mar 30 2012 18:37:18 %S A166907 1,9,108,1610,28560,586320,13658904,355787568,10243342296, %T A166907 322939137312,11063339361360,409194048521778,16249995494795920, %U A166907 689585033717023224,31140529927119263136,1490994828293677370148,75444108490820383882392 %N A166907 Column 2 of triangle A166905. %C A166907 Triangle A166905 transforms rows into diagonals in the table A158825 of coefficients in successive iterations of x*Catalan(x) (cf. A000108). %o A166907 (PARI) {a(n)=local(F=x, G=serreverse(x-x^2+O(x^(n+5))), M, N, P, m=n); M=matrix(m+4, m+4, r, c, F=x;for(i=1, r+c-2, F=subst(F, x, G+x*O(x^(m+4)))); polcoeff(F, c)); N=matrix(m+3, m+3, r, c, F=x;for(i=1, r, F=subst(F, x, G+x*O(x^(m+4)))); polcoeff(F, c)); P=matrix(m+3, m+3, r, c, M[r+1, c]); (P~*N~^-1)[n+3, 3]} %Y A166907 Cf. A166905, A158831, A166906, A166908, A166909. %K A166907 nonn %O A166907 0,2 %A A166907 _Paul D. Hanna_, Nov 28 2009