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.

A350772 Triangle read by rows: T(n,k) is the number of n-element unlabeled series-parallel posets with k connected components.

Original entry on oeis.org

1, 1, 1, 3, 1, 1, 9, 4, 1, 1, 30, 12, 4, 1, 1, 103, 45, 13, 4, 1, 1, 375, 160, 48, 13, 4, 1, 1, 1400, 613, 175, 49, 13, 4, 1, 1, 5380, 2354, 680, 178, 49, 13, 4, 1, 1
Offset: 1

Views

Author

Salah Uddin Mohammad, Jan 14 2022

Keywords

Examples

			Triangle begins:
     1;
     1,    1;
     3,    1,   1;
     9,    4,   1,   1;
    30,   12,   4,   1,  1;
   103,   45,  13,   4,  1,  1;
   375,  160,  48,  13,  4,  1, 1;
  1400,  613, 175,  49, 13,  4, 1, 1;
  5380, 2354, 680, 178, 49, 13, 4, 1, 1;
  ...
		

Crossrefs

Row sums give A003430.
Column 1 is A007453.
Cf. A263864 (all posets), A349488 (disconnected).