cp's OEIS Frontend

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.

A223512 Triangle T(n,k) represents the coefficients of (x^10*d/dx)^n, where n=1,2,3,...;generalization of Stirling numbers of second kind A008277, Lah-numbers A008297.

Original entry on oeis.org

1, 10, 1, 190, 30, 1, 5320, 1060, 60, 1, 196840, 45600, 3400, 100, 1, 9054640, 2340040, 208800, 8300, 150, 1, 498005200, 140096880, 14241640, 690200, 17150, 210, 1, 31872332800, 9604302400, 1080045120, 60485040, 1856400, 31640, 280, 1, 2326680294400
Offset: 1

Views

Author

Udita Katugampola, Mar 23 2013

Keywords

Examples

			1;
10,1;
190,30,1;
5320,1060,60,1;
196840,45600,3400,100,1;
9054640,2340040,208800,8300,150,1;
498005200,140096880,14241640,690200,17150,210,1;
31872332800,9604302400,1080045120,60485040,1856400,31640,280,1,2326680294400
		

Crossrefs

Programs

  • Maple
    b[0]:=g(x):
    for j from 1 to 10 do
    b[j]:=simplify(x^10*diff(b[j-1],x$1);
    end do;