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.

A133800 Triangle read by rows in which row n gives number of ways to partition n labeled elements into k pie slices allowing the pie to be turned over (n >= 1, 1 <= k <= n).

Original entry on oeis.org

1, 1, 1, 1, 3, 1, 1, 7, 6, 3, 1, 15, 25, 30, 12, 1, 31, 90, 195, 180, 60, 1, 63, 301, 1050, 1680, 1260, 360, 1, 127, 966, 5103, 12600, 15960, 10080, 2520, 1, 255, 3025, 23310, 83412, 158760, 166320, 90720, 20160, 1, 511, 9330, 102315, 510300, 1369620
Offset: 1

Views

Author

Barry Cipra and N. J. A. Sloane, Jan 17 2008

Keywords

Examples

			Triangle begins:
1,
1,  1,
1,  3,   1,
1,  7,   6,    3,
1, 15,  25,   30,   12,
1, 31,  90,  195,  180,   60,
1, 63, 301, 1050, 1680, 1260, 360.
...
For row n = 4 we have the following "pies":
. 1
./ \
2 . 3 . 12 .. 12 . 123
.\ / .. / \ .(..)..(..)
. 4 .. 3--4 . 34 .. 4 .. (1234)
k=4 .. k=3 ..k=2 . k=2 . k=1
(3)....(6)...(3)..(4)... (1)
		

Crossrefs

Row sums give A032262. Diagonals give A000225, A000392, A032263, A133799, A001710.

Programs

Formula

Take triangle of Stirling numbers of second kind (A008277) and multiply k-th column by A001710(k) (order of alternating group A_k).

Extensions

More terms from R. J. Mathar, Jan 18 2008