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.

A223515 Triangle T(n,k) represents the coefficients of (x^13*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, 13, 1, 325, 39, 1, 12025, 1807, 78, 1, 589225, 102375, 5785, 130, 1, 35942725, 6936475, 466830, 14105, 195, 1, 2623818925, 549241875, 41948725, 1538810, 29120, 273, 1, 223024608625, 49858620175, 4198780950, 177364005, 4130490, 53690, 364, 1, 21633387036625
Offset: 1

Views

Author

Udita Katugampola, Mar 23 2013

Keywords

Examples

			1;
13,1;
325,39,1;
12025,1807,78,1;
589225,102375,5785,130,1;
35942725,6936475,466830,14105,195,1
2623818925,549241875,41948725,1538810,29120,273,1;
223024608625,49858620175,4198780950,177364005,4130490,53690,364,1;
21633387036625,...
		

Crossrefs

Programs

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