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.

A370235 Table read by rows. Number of set partitions of [n] with respect to genus g.

Original entry on oeis.org

1, 1, 2, 5, 14, 1, 42, 10, 132, 70, 1, 429, 420, 28, 1430, 2310, 399, 1, 4862, 12012, 4179, 94, 16796, 60060, 36498, 2620, 1, 58786, 291720, 282282, 45430, 352, 208012, 1385670, 1999998, 600655, 19261, 1, 742900, 6466460, 13258674, 6633484, 541541, 1378
Offset: 0

Views

Author

Peter Luschny, Feb 15 2024

Keywords

Comments

The table shows the number of partitions of [n] = {1, 2, 3, ..., n} with genus g.
The set of noncrossing partitions is exactly the set of genus zero partitions. The numbers corresponding to this case are the Catalan numbers.
This is essentially table 2.1 in Martha Yip's thesis (p. 12).
From Robert Coquereaux, Feb 16 2024: (Start)
The two-dimensional array is called triangle of genus-dependent Bell numbers B(n, g); if n >= 1, n even, nonzero values are obtained for 0 <= g <= floor((n-1)/2); if n >= 1, odd, nonzero values are obtained for 0 <= g < (n-1)/2.
The two-dimensional array B(n, g) can be obtained from a three-dimensional array S2(n, k, g), by summation over the number k of blocks. The numbers S2(n, k, g) are genus-dependent Stirling numbers of the second kind. They give the number of genus g partitions of the n-set which are partitions into k nonempty subsets (blocks). The numbers S2(n, k, g) are discussed in A370420.
(End)

Examples

			[n\g]     0        1        2      3      4     5
-------------------------------------------------
[ 0]      1;
[ 1]      1;
[ 2]      2;
[ 3]      5;
[ 4]     14,       1;
[ 5]     42,      10;
[ 6]    132,      70,        1;
[ 7]    429,     420,       28;
[ 8]   1430,    2310,      399,       1;
[ 9]   4862,   12012,     4179,      94;
[10]  16796,   60060,    36498,    2620,      1;
[11]  58786,  291720,   282282,   45430,    352;
[12] 208012, 1385670,  1999998,  600655,  19261,    1;
[13] 742900, 6466460, 13258674, 6633484, 541541, 1378;
		

Crossrefs

Columns: A000108 (g=0), A002802 (g=1), A297179 (g=2), A370237 (g=3).
Cf. A000110 (row sums), A177267 (permutations by genus).
Cf. A370420 (S2(n,k,g)).