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.

A362387 Number of directed multigraphs including self-loops on n vertices and n edges.

Original entry on oeis.org

1, 1, 6, 31, 198, 1270, 8838, 63419, 475796, 3697876, 29793899, 248312750, 2139071800, 19023864211, 174495408060, 1648972635108, 16036927429350, 160338342813918, 1646265278973845, 17340402062779049, 187190960572134321
Offset: 0

Views

Author

Marko Riedel, Jun 09 2023

Keywords

Examples

			For n=2 we have two edges and two vertices, for a total of six graphs:
* one vertex with two loops attached to it
* one loop attached to each vertex
* two vertices linked by two edges in opposite directions
* two vertices linked by two edges in the same direction
* one vertex with a loop being pointed at
* one vertex with a loop being pointed away from.
		

References

  • F. Harary and E. Palmer, Graphical Enumeration, Academic Press, 1973, page 88.

Crossrefs

Main diagonal of A138107.

Formula

a(n) = A138107(n,n).