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.

A109542 a(n) = number of labeled 3-regular (trivalent) multi-graphs without self-loops on 2n vertices with a maximum of 2 edges between any pair of nodes. Also a(n) = number of labeled symmetric 2n X 2n matrices with {0,1,2}-entries with row sum equal to 3 for each row and trace 0.

Original entry on oeis.org

0, 7, 640, 170555, 94949400, 95830621425, 159062872168200, 404720953797785625
Offset: 1

Views

Author

Jeremy Gardiner, Aug 29 2005

Keywords

Examples

			a(2)=7 because for 2*n=4 nodes there are 7 possible labeled graphs whose adjacency matrices are as follows:
0 2 1 0
2 0 0 1
1 0 0 2
0 1 2 0;
0 1 2 0
1 0 0 2
2 0 0 1
0 2 1 0;
0 2 0 1
2 0 1 0
0 1 0 2
1 0 2 0;
0 1 1 1
1 0 1 1
1 1 0 1
1 1 1 0;
0 0 2 1
0 0 1 2
2 1 0 0
1 2 0 0;
0 1 0 2
1 0 2 0
0 2 0 1
2 0 1 0;
0 0 1 2
0 0 2 1
1 2 0 0
2 1 0 0.
		

Crossrefs

Extensions

a(5)-a(8) from Max Alekseyev, Aug 30 2005