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.

A306892 Isomorphism classes of connected 2-regular digraphs on n nodes, allowing multiarcs and loops.

Original entry on oeis.org

1, 1, 2, 5, 14, 50, 265, 1601, 11984, 101884
Offset: 0

Views

Author

R. J. Mathar, Mar 15 2019

Keywords

Comments

The graphs are directed, connected and have indegree=outdegree=2 at each node. Multiarcs (connecting two nodes with the same sense of heading) and loops (edges connecting a node to itself) are permitted.
The sequence of the same family of graphs which are not necessarily connected is A006372 (the Euler transform of this sequence).

Examples

			On n=1 node, the graph is the node with two edges looping back to the node.
On n=2 nodes, the graph is either having two pairs of edges (4 edges in total) linking one node to the other, or a loop at each node and two edges (different senses) from one node to the other.
		

Crossrefs

Cf. A306827 (no loops).

Extensions

a(8) added by R. J. Mathar, Apr 08 2019
a(9) added by R. J. Mathar, Apr 15 2019