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.

A263864 Triangle read by rows: T(n,k) (n>=1, k>=1) is the number of posets with n elements whose Hasse diagram has k connected components.

Original entry on oeis.org

1, 1, 1, 3, 1, 1, 10, 4, 1, 1, 44, 13, 4, 1, 1, 238, 60, 14, 4, 1, 1, 1650, 312, 63, 14, 4, 1, 1, 14512, 2075, 328, 64, 14, 4, 1, 1, 163341, 17316, 2159, 331, 64, 14, 4, 1, 1, 2360719, 186173, 17801, 2175, 332, 64, 14, 4, 1, 1, 43944974, 2594568, 189406, 17885, 2178, 332, 64, 14, 4, 1, 1, 1055019099, 47041877
Offset: 1

Views

Author

Christian Stump, Oct 28 2015

Keywords

Comments

Multiset transformation of A000608.

Examples

			Triangle begins:
   1;
   1,  1;
   3,  1,  1;
  10,  4,  1,  1;
  44, 13,  4,  1,  1;
  ...
		

Crossrefs

Cf. A000112 (row sums), A000608 (k=1).

Extensions

More terms from R. J. Mathar, Jul 12 2020