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.

Previous Showing 11-17 of 17 results.

A345246 Number of 2-connected unlabeled simple graphs with no triangles.

Original entry on oeis.org

1, 2, 6, 16, 78, 415, 3374, 35860, 524386, 10193061, 263036202, 8948113645, 400280198048
Offset: 4

Views

Author

Brendan McKay, Jun 12 2021

Keywords

Examples

			For n=4 the only example is a 4-cycle.
		

Crossrefs

Cf. A002218 all 2-connected graphs.
Cf. A024607 all connected triangle-free graphs.

A352212 Largest number of maximal triangle-free node-induced subgraphs of an n-node graph.

Original entry on oeis.org

1, 1, 3, 6, 10, 15, 21, 36, 60
Offset: 1

Views

Author

Pontus von Brömssen, Mar 08 2022

Keywords

Comments

This sequence is log-superadditive, i.e., a(m+n) >= a(m)*a(n). By Fekete's subadditive lemma, it follows that the limit of a(n)^(1/n) exists and equals the supremum of a(n)^(1/n).
Assuming that there exists a disconnected optimal graph for n >= 8 (this is the case for n = 8 and n = 9), it would hold that a(10) = 100, a(11) = 150, a(12) = 225, and a(n) = 10*a(n-5) for n >= 13.

Examples

			For 2 <= n <= 7, a(n) = binomial(n,2) = A000217(n-1) and the complete graph is optimal (it is the unique optimal graph for 3 <= n <= 7), but a(8) = 36 > binomial(8,2), with the optimal graphs being K_4 + K_4, with up to 4 additional node-disjoint edges. For n = 9 the optimal graphs are K_4 + K_5 with up to 4 additional node-disjoint edges.
		

Crossrefs

For a list of related sequences, see cross-references in A342211.

Formula

a(m+n) >= a(m)*a(n).
Limit_{n->oo} a(n)^(1/n) >= 10^(1/5) = 1.58489... .

A243275 Number of graphs with n nodes that are Hamiltonian and triangle-free.

Original entry on oeis.org

1, 0, 0, 1, 1, 4, 5, 35, 130, 1293, 13529, 232852, 5009335, 147950020
Offset: 1

Views

Author

Travis Hoppe and Anna Petrone, Jun 02 2014

Keywords

Crossrefs

Cf. A003216 (Hamiltonian graphs), A024607 (connected triangle-free graphs).

Extensions

a(11)-a(14) added using tinygraph by Falk Hüffner, Aug 15 2017

A243326 Number of simple connected graphs with n nodes that are triangle-free and not integral.

Original entry on oeis.org

0, 0, 1, 2, 5, 16, 58, 264, 1380, 9818
Offset: 1

Views

Author

Travis Hoppe and Anna Petrone, Jun 03 2014

Keywords

Crossrefs

Cf. A241842 (non-integral graphs), A024607 (triangle-free graphs).

A243334 Number of simple connected graphs with n nodes that are distance regular and triangle-free.

Original entry on oeis.org

1, 1, 0, 1, 1, 2, 1, 3, 1, 4, 1, 3, 1, 5, 1, 5, 1, 4
Offset: 1

Views

Author

Travis Hoppe and Anna Petrone, Jun 03 2014

Keywords

Crossrefs

Cf. A241814 (distance regular graphs), A024607 (triangle-free graphs).

Extensions

a(11)-a(18) from Max Alekseyev, Dec 29 2024

A243335 Number of simple connected graphs with n nodes that are Eulerian and triangle-free.

Original entry on oeis.org

1, 0, 0, 1, 1, 2, 3, 8, 19, 62, 229, 1192, 8147, 80182, 1106086
Offset: 1

Views

Author

Travis Hoppe and Anna Petrone, Jun 03 2014

Keywords

Crossrefs

Cf. A003049 (Eulerian graphs), A024607 (triangle-free graphs).

Extensions

a(11)-a(15) added using tinygraph by Falk Hüffner, Jan 15 2016

A292528 Minimal number of vertices in a triangle-free graph with chromatic number n.

Original entry on oeis.org

1, 2, 5, 11, 22
Offset: 1

Views

Author

Keywords

Comments

Mycielski's construction proves that this sequence is infinite.
Harary states in an exercise (12.19) that a(4) <= 11. Chvátal proves that a(4) = 11 and gives a proof of uniqueness. Jensen & Royle prove that a(5) = 22.
Goedgebeur proves that 32 <= a(6) <= 40. - Charles R Greathouse IV, Mar 06 2018

Examples

			The unique graph for a(1) = 1 is a lone vertex.
The unique graph for a(2) = 2 is two vertices connected by an edge.
The unique graph for a(3) = 5 is the cycle graph C_5 (the pentagon).
The unique graph for a(4) = 11 is the Grötzsch graph.
There are 80 graphs for a(5) = 22, see Jensen & Royle reference and the Royle link.
		

References

  • F. Harary, Graph Theory, Addison-Wesley, Reading, Mass. (1969), p. 149.

Crossrefs

Formula

For n > 3, the Mycielskian of a graph for a(n-1) shows that a(n) <= 2*a(n-1) + 1. This can be used to show that a(n) <= 3/4 * 2^n - 1 for n > 1.
Previous Showing 11-17 of 17 results.