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.

A304070 Number of simple graphs with n vertices rooted at a pair of distinguished vertices.

Original entry on oeis.org

0, 2, 8, 40, 240, 1992, 24416, 483040, 16343872, 982635280, 106979975168, 21285548190080, 7783083940331520, 5254164116114948480, 6577258363669088914432, 15332656940815954900371968, 66830735142688170751257497600, 546722015615195079134707942219904
Offset: 1

Views

Author

Brendan McKay, May 05 2018

Keywords

Comments

The graphs do not need to be connected.

Examples

			a(3)=8: 1 for the graph with no edge, 3 for the graph with one edge, 3 for the graph with two edges, 1 for the triangle.
		

Crossrefs

Cf. A304074 (for connected graphs), A000088 (not rooted).

Formula

a(n) = 2*A304069(n).

Extensions

Terms a(13) and beyond from Andrew Howroyd, May 06 2018