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.

Showing 1-4 of 4 results.

A202178 Triangle read by rows: T(n,k) = number of n-element unlabeled connected N-free posets of height k (1 <= k <= n).

Original entry on oeis.org

1, 0, 1, 0, 2, 1, 0, 3, 5, 1, 0, 4, 17, 9, 1, 0, 5, 45, 50, 14, 1, 0, 6, 115, 218, 114, 20, 1, 0, 7, 278, 851, 709, 224, 27, 1, 0, 8, 679, 3161, 3818, 1867, 398, 35, 1, 0, 9, 1666, 11507, 19042, 13113, 4276, 657, 44, 1, 0, 10, 4167, 41837, 91383, 83222, 37898, 8845, 1025, 54, 1
Offset: 1

Views

Author

N. J. A. Sloane, Dec 13 2011

Keywords

Examples

			Triangle begins:
1
0 1
0 2 1
0 3 5 1
0 4 17 9 1
0 5 45 50 14 1
0 6 115 218 114 20 1
0 7 278 851 709 224 27 1
0 8 679 3161 3818 1867 398 35 1
0 9 1666 11507 19042 13113 4276 657 44 1
0 10 4167 41837 91383 83222 37898 8845 1025 54 1
...
		

Crossrefs

See A202179 for another version. Row sums give A202180.

A202179 Triangle read by rows: T(n,k) = number of n-element unlabeled connected N-free posets of height k (2 <= k <= n).

Original entry on oeis.org

1, 2, 1, 3, 5, 1, 4, 17, 9, 1, 5, 45, 50, 14, 1, 6, 115, 218, 114, 20, 1, 7, 278, 851, 709, 224, 27, 1, 8, 679, 3161, 3818, 1867, 398, 35, 1, 9, 1666, 11507, 19042, 13113, 4276, 657, 44, 1, 10, 4167, 41837, 91383, 83222, 37898, 8845, 1025, 54, 1
Offset: 2

Views

Author

N. J. A. Sloane, Dec 13 2011

Keywords

Examples

			Triangle begins: 1
2 1
3 5 1
4 17 9 1
5 45 50 14 1
6 115 218 114 20 1
7 278 851 709 224 27 1
8 679 3161 3818 1867 398 35 1
9 1666 11507 19042 13113 4276 657 44 1
10 4167 41837 91383 83222 37898 8845 1025 54 1
...
		

Crossrefs

See A202178 for another version. Row sums give A202180.

A349367 Number of n-element unlabeled disconnected N-free posets.

Original entry on oeis.org

0, 1, 2, 6, 18, 65, 241, 984, 4250, 19590, 95484, 491459, 2660030, 15100494, 89648378
Offset: 1

Views

Author

Salah Uddin Mohammad, Nov 15 2021

Keywords

Crossrefs

Formula

a(n) = A202182(n) - A202180(n).

A350783 Triangle read by rows: T(n,k) is the number of n-element unlabeled N-free posets with k connected components.

Original entry on oeis.org

1, 1, 1, 3, 1, 1, 9, 4, 1, 1, 31, 12, 4, 1, 1, 115, 46, 13, 4, 1, 1, 474, 173, 49, 13, 4, 1, 1, 2097, 727, 188, 50, 13, 4, 1, 1, 9967, 3195, 795, 191, 50, 13, 4, 1, 1, 50315, 15017, 3502, 810, 192, 50, 13, 4, 1, 1
Offset: 1

Views

Author

Salah Uddin Mohammad, Jan 16 2022

Keywords

Examples

			Triangle begins:
      1;
      1,     1;
      3,     1,    1;
      9,     4,    1,   1;
     31,    12,    4,   1,   1;
    115,    46,   13,   4,   1,  1;
    474,   173,   49,  13,   4,  1,  1;
   2097,   727,  188,  50,  13,  4,  1, 1;
   9967,  3195,  795, 191,  50, 13,  4, 1, 1;
  50315, 15017, 3502, 810, 192, 50, 13, 4, 1, 1;
  ...
		

Crossrefs

Row sums give A202182.
Column 1 is A202180.
Cf. A263864 (all posets), A349488 (disconnected).
Showing 1-4 of 4 results.