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.

A303792 Number of connected matchstick graphs on n nodes.

Original entry on oeis.org

1, 1, 2, 5, 13, 50
Offset: 1

Views

Author

Eric W. Weisstein, Apr 30 2018

Keywords

Comments

a(7) >= 211. - Eric W. Weisstein, Jan 02 2022

Examples

			a(6) is one less than A059103(6) because the 3-prism graph Y_3 cannot be drawn in an embedding that is both planar and unit-distance.
There are 11 connected graphs on 7 nodes that are unit-distance but non-matchstick (including Y_3+e and the Moser spindle).
		

Crossrefs

Cf. A059103.

Formula

a(6) = A059103(6) - 1.
a(n) <= A059103(n).