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-7 of 7 results.

A304985 Number of labeled clutters (connected antichains) spanning n vertices with singleton edges allowed.

Original entry on oeis.org

1, 1, 4, 40, 1344, 203136, 495598592, 309065330371840, 14369391920653644779049472
Offset: 0

Views

Author

Gus Wiseman, May 23 2018

Keywords

Comments

Only the non-singleton edges are required to form an antichain.

Examples

			The a(2) = 4 clutters:
{{1,2}}
{{1},{1,2}}
{{2},{1,2}}
{{1},{2},{1,2}}
		

Crossrefs

Formula

For n > 1, a(n) = A048143(n) * 2^n.

A304983 Number of unlabeled clutters (connected antichains) spanning n vertices with singleton edges allowed.

Original entry on oeis.org

1, 1, 3, 14, 118, 2916, 819473
Offset: 0

Views

Author

Gus Wiseman, May 23 2018

Keywords

Examples

			Non-isomorphic representatives of the a(3) = 14 clutters:
  {{1,2,3}}
  {{1,3},{2,3}}
  {{3},{1,2,3}}
  {{1,2},{1,3},{2,3}}
  {{3},{1,2},{2,3}}
  {{3},{1,3},{2,3}}
  {{2},{3},{1,2,3}}
  {{1},{2},{3},{1,2,3}}
  {{2},{3},{1,2},{1,3}}
  {{3},{1,2},{1,3},{2,3}}
  {{2},{3},{1,3},{2,3}}
  {{1},{2},{3},{1,3},{2,3}}
  {{2},{3},{1,2},{1,3},{2,3}}
  {{1},{2},{3},{1,2},{1,3},{2,3}}
		

Crossrefs

Formula

Inverse Euler transform of A304997. - Andrew Howroyd, Aug 14 2019

Extensions

a(5)-a(6) from Andrew Howroyd, Aug 14 2019

A304986 Number of labeled clutters (connected antichains) spanning some subset of {1,...,n}, if clutters of the form {{x}} are allowed for any vertex x.

Original entry on oeis.org

1, 2, 4, 12, 115, 6834, 7783198, 2414627236078, 56130437209370100252471
Offset: 0

Views

Author

Gus Wiseman, May 23 2018

Keywords

Examples

			The a(3) = 12 clutters:
  {}
  {{1}}
  {{2}}
  {{3}}
  {{1,2}}
  {{1,3}}
  {{2,3}}
  {{1,2,3}}
  {{1,2},{1,3}}
  {{1,2},{2,3}}
  {{1,3},{2,3}}
  {{1,2},{1,3},{2,3}}
		

Crossrefs

Formula

a(n > 0) = A198085(n) + 1.
a(n) = A305005(n) + n.

A304981 Number of unlabeled clutters (connected antichains) spanning up to n vertices without singleton edges.

Original entry on oeis.org

1, 1, 2, 5, 19, 176, 16118, 489996568
Offset: 0

Views

Author

Gus Wiseman, May 23 2018

Keywords

Examples

			Non-isomorphic representatives of the a(3) = 5 clutters:
  {}
  {{1,2}}
  {{1,2,3}}
  {{1,3},{2,3}}
  {{1,2},{1,3},{2,3}}
Non-isomorphic representatives of the a(4) = 19 clutters:
  {}
  {{1,2}}
  {{1,2,3}}
  {{1,2,3,4}}
  {{1,3},{2,3}}
  {{1,4},{2,3,4}}
  {{1,3,4},{2,3,4}}
  {{1,2},{1,3},{2,3}}
  {{1,2},{1,3,4},{2,3,4}}
  {{1,3},{1,4},{2,3,4}}
  {{1,3},{2,4},{3,4}}
  {{1,4},{2,4},{3,4}}
  {{1,2,4},{1,3,4},{2,3,4}}
  {{1,2},{1,3},{1,4},{2,3,4}}
  {{1,2},{1,3},{2,4},{3,4}}
  {{1,4},{2,3},{2,4},{3,4}}
  {{1,2,3},{1,2,4},{1,3,4},{2,3,4}}
  {{1,3},{1,4},{2,3},{2,4},{3,4}}
  {{1,2},{1,3},{1,4},{2,3},{2,4},{3,4}}
		

Crossrefs

Formula

Partial sums of A261006(n > 0).

A304984 Number of labeled clutters (connected antichains) spanning some subset of {1,...,n} with singleton edges allowed.

Original entry on oeis.org

1, 2, 7, 56, 1533, 210302, 496838435, 309068803876372, 14369391923126181310256825
Offset: 0

Views

Author

Gus Wiseman, May 23 2018

Keywords

Examples

			The a(2) = 7 clutters:
  {}
  {{1}}
  {{2}}
  {{1,2}}
  {{1},{1,2}}
  {{2},{1,2}}
  {{1},{2},{1,2}}
		

Crossrefs

Formula

Binomial transform of A304985(n > 0).

A305856 Number of unlabeled intersecting set-systems on up to n vertices.

Original entry on oeis.org

1, 2, 4, 14, 124, 14992, 1289845584
Offset: 0

Views

Author

Gus Wiseman, Jun 11 2018

Keywords

Comments

An intersecting set-system is a finite set of finite nonempty sets (edges), any two of which have a nonempty intersection.

Examples

			Non-isomorphic representatives of the a(3) = 14 intersecting set-systems:
  {}
  {{1}}
  {{1,2}}
  {{1,2,3}}
  {{2},{1,2}}
  {{3},{1,2,3}}
  {{1,3},{2,3}}
  {{2,3},{1,2,3}}
  {{3},{1,3},{2,3}}
  {{3},{2,3},{1,2,3}}
  {{1,2},{1,3},{2,3}}
  {{1,3},{2,3},{1,2,3}}
  {{3},{1,3},{2,3},{1,2,3}}
  {{1,2},{1,3},{2,3},{1,2,3}}
		

Crossrefs

Extensions

a(5) from Andrew Howroyd, Aug 12 2019
a(6) from Bert Dobbelaere, Apr 28 2025

A305005 Number of labeled clutters (connected antichains) spanning some subset of {1,...,n} without singleton edges.

Original entry on oeis.org

1, 1, 2, 9, 111, 6829, 7783192, 2414627236071, 56130437209370100252463
Offset: 0

Views

Author

Gus Wiseman, May 23 2018

Keywords

Examples

			The a(3) = 9 clutters:
  {}
  {{1,2}}
  {{1,3}}
  {{2,3}}
  {{1,2,3}}
  {{1,2},{1,3}}
  {{1,2},{2,3}}
  {{1,3},{2,3}}
  {{1,2},{1,3},{2,3}}
		

Crossrefs

Formula

Binomial transform of A048143 if we assume A048143(1) = 0.
a(n) = A198085(n) - n + 1. - Gus Wiseman, Jun 11 2018
Showing 1-7 of 7 results.