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.

A381089 Number of binary relations on n unlabeled points without isolated points.

Original entry on oeis.org

1, 0, 7, 86, 2846, 285984, 96348100, 112089342912, 458072631172864, 6665705090236713408, 349377212708652631367712, 66602723210653815331014240512, 46557323276092409455163109412993536, 120168498152266645852126063743794842575872
Offset: 0

Views

Author

Peter Dolland, Feb 13 2025

Keywords

Comments

Equivalently, the number of simple digraphs on n unlabeled two-colored nodes where each node is connected to at least one other node.

Examples

			For n = 2 there are 10 (=A000595(2)) - 3 (=number of relations with isolated points) = 7 = a(2) relations.
For n = 3 there are 104 (=A000595(3)) - 2 * 7 (=number of relations with exactly one isolated point) - 3 * 0 (=number of relations with exactly two isolated points) - 4 * 1 (=number of relations with exactly three isolated points) = 86 = a(3) relations.
		

Crossrefs

Cf. A000595.

Formula

a(n) = A000595(n) - Sum_{i=1..n} (i+1)*a(n-i).