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.

A243247 Number of unlabeled, connected graphs on n vertices with at least one subgraph isomorphic to an open-bowtie graph.

Original entry on oeis.org

0, 0, 0, 0, 10, 78, 755, 10709, 259123, 11703831, 1006591916, 164058548700, 50335887082115
Offset: 1

Views

Author

Travis Hoppe and Anna Petrone, Jun 01 2014

Keywords

Examples

			n=5: The ten simple (no loop) graphs satisfying the cricket (open bowtie) subgraph condition have vertex degrees: 4^5, 4^3 3^2, 4^2 3^2 2, 4^2 2^3, 4 3^4, 4 3^3 1, 4 3^2 2^2, 4 3 2^2 1, 4 2^4 (bowtie), 4 2^2 1^2 (cricket). - _Wolfdieter Lang_, Jun 08 2025
		

Formula

a(n) = A001349(n) - A242791(n).

Extensions

a(11)-a(13) added using formula by Falk Hüffner, Jan 16 2016