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 A111560 #3 Mar 30 2012 18:36:50 %S A111560 0,1,0,5,2,0,34,7,3,0,282,44,10,4,0,2696,354,60,14,5,0,28792,3328,470, %T A111560 84,19,6,0,337072,35144,4344,654,118,25,7,0,4273632,407984,45320,6008, %U A111560 936,164,32,8,0,58195072,5137824,521200,62344,8704,1352,224,40,9,0 %N A111560 Matrix logarithm of triangle A111553. %e A111560 Triangle begins: %e A111560 0; %e A111560 1,0; %e A111560 5,2,0; %e A111560 34,7,3,0; %e A111560 282,44,10,4,0; %e A111560 2696,354,60,14,5,0; %e A111560 28792,3328,470,84,19,6,0; %e A111560 337072,35144,4344,654,118,25,7,0; %e A111560 4273632,407984,45320,6008,936,164,32,8,0; ... %o A111560 (PARI) {T(n,k)=local(M=matrix(n+2,n+2,m,j,if(m==j,1,if(m==j+1,-m+1, -(m-j-1)*polcoeff(log(sum(i=0,m,(i+3)!/3!*x^i)),m-j-1))))); sum(i=1,#M,(M^0-M)^i/i)[n+1,k+1]} %Y A111560 Cf. A111553, A111557, A104986, A111541, A111549. %K A111560 nonn,tabl %O A111560 0,4 %A A111560 _Paul D. Hanna_, Aug 07 2005