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

A058881 Erroneous version of A051504.

Original entry on oeis.org

1, 1, 7, 137
Offset: 1

Views

Author

Keywords

References

  • F. Harary and E. M. Palmer, Graphical Enumeration, Academic Press, NY, 1973, p. 220.

A343592 Number of symmetry types of digraphs with n nodes.

Original entry on oeis.org

1, 2, 4, 9, 14, 36
Offset: 1

Views

Author

Peter Dolland, Apr 21 2021

Keywords

Comments

The symmetry type of a digraph is determined by its automorphism group. It is a permutation group on the nodes set, and therefore a subgroup of the symmetric group Sn. The total number of these is determined by A000638. But not all of them occur as an automorphism group of a digraph.

Examples

			The four symmetry types of the digraphs with 3 nodes are represented by:
1.) {}, the empty graph, has together with the full graph the automorphism group S_3 (as subgroup of S_3) as symmetry type.
2.) {(1,2)} has together with 6 other digraphs the trivial automorphism group {id} as symmetry type. This digraph class is called asymmetric. Their values are given by A051504.
3.) {(1,2),(2,1)} has together with 5 other digraphs the automorphism group containing id and a transposition (so it is C_2 as the subgroup of S_3) as symmetry type.
4.) {(1,2),(2,3),(3,1)} has as the only digraph with three nodes the automorphism group C_3 as symmetry type. As a consequence it has to be self-complementary.
The total of the sizes of the symmetry type classes yields the number of digraphs A000273. Here: 2+7+6+1 = 16 = A000273(3).
Note, that for n > 3 there may be different symmetry types with isomorphic automorphism groups. For n=4 both {(1,2)} and {(1,2),(3,4)} have C_2 as automorphism group, but they are different as permutation group.
		

Crossrefs

A067309 Number of symmetric unlabeled digraphs (unlabeled digraphs with nontrivial automorphism group).

Original entry on oeis.org

0, 0, 2, 9, 82, 1607, 95647, 18545153
Offset: 0

Views

Author

Labos Elemer, Jan 11 2002

Keywords

Examples

			For n=4 nodes from the 218 (=A000273(4)) unlabeled nonisomorphic digraphs 136 (=A051504(4)) are asymmetric, so 218 - 136 = 82 are somehow symmetric.
		

Crossrefs

Formula

a(n) = A000273(n) - A051504(n).

Extensions

a(7) added using nauty by Andrew Howroyd, Dec 06 2020
Showing 1-3 of 3 results.