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.

A065066 Triangle T(n,k) read by rows of partially ordered sets ("posets") with n unlabeled nodes and k maximal elements (0 <= k <= n).

Original entry on oeis.org

1, 0, 1, 0, 1, 1, 0, 2, 2, 1, 0, 5, 7, 3, 1, 0, 16, 27, 15, 4, 1, 0, 63, 134, 88, 27, 5, 1, 0, 318, 814, 642, 221, 43, 6, 1, 0, 2045, 6258, 5828, 2319, 477, 64, 7, 1, 0, 16999, 60877, 66612, 30698, 7015, 931, 90, 8, 1, 0, 183231, 755323, 959941, 514525, 133610
Offset: 0

Views

Author

Jens Voß, Nov 07 2001

Keywords

Examples

			1,
0,1,
0,1,1,
0,2,2,1,
0,5,7,3,1,
0,16,27,15,4,1,
0,63,134,88,27,5,1,
0,318,814,642,221,43,6,1,
...
		

Crossrefs

Cf. A000112.

Formula

T(n+1, 1) = Sum_{i=0}^n T(n, i) = A000112(n).

Extensions

Values beyond row 6 from R. J. Mathar, Mar 14 2021