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 A223517 #5 Mar 23 2013 14:57:28 %S A223517 1,15,1,435,45,1,18705,2415,90,1,1066185,158775,7725,150,1,75699135, %T A223517 12497985,722700,18825,225,1,6434426475,1150525845,75372885,2379300, %U A223517 38850,315,1,637008221025,121487010975,8763187230,318061485,6380850,71610,420,1 %N A223517 Triangle T(n,k) represents the coefficients of (x^15*d/dx)^n, where n=1,2,3,...; generalization of Stirling numbers of second kind A008277, Lah-numbers A008297. %e A223517 1; %e A223517 15,1; %e A223517 435,45,1; %e A223517 18705,2415,90,1; %e A223517 1066185,158775,7725,150,1; %e A223517 75699135,12497985,722700,18825,225,1; %e A223517 6434426475,1150525845,75372885,2379300,38850,315,1; %e A223517 637008221025,121487010975,8763187230,318061485,6380850,71610,420,1; %p A223517 b[0]:=f(x): %p A223517 for j from 1 to 10 do %p A223517 b[j]:=simplify(x^15*diff(b[j-1],x$1); %p A223517 end do; %Y A223517 Cf. A008277, A019538, A035342, A035469, A049029, A049385, A092082, A132056, A223511-A223522, A223168-A223172, A223523-A223532. %K A223517 nonn,easy,tabl %O A223517 1,2 %A A223517 _Udita Katugampola_, Mar 23 2013