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.

Showing 1-1 of 1 results.

A350716 a(n) is the minimum number of vertices of degree 3 over all 3-collapsible graphs with n vertices.

Original entry on oeis.org

4, 4, 4, 4, 4, 4, 4, 5, 5, 6, 6, 6, 7, 7, 8, 8, 8, 9, 9, 10, 10, 10, 11, 11, 12, 12, 12, 13, 13, 14, 14, 14, 15, 15, 16, 16, 16, 17, 17, 18, 18, 18, 19, 19, 20, 20, 20, 21, 21, 22, 22, 22, 23, 23, 24, 24, 24, 25, 25, 26, 26, 26, 27, 27, 28, 28, 28, 29, 29, 30
Offset: 4

Views

Author

Allan Bickle, Feb 03 2022

Keywords

Comments

A graph G is k-collapsible if it has minimum degree k and has no proper induced subgraph with minimum degree k.

Examples

			For n between 4 and 6, 3-collapsible graphs with 4 degree 3 vertices are:
- a complete graph with 4 vertices,
- a wheel with 5 vertices,
- the graph formed by removing a 4-cycle and a 2-clique from a complete graph with 6 vertices.
		

Crossrefs

Programs

Formula

a(n) = ceiling(2*n/5) = A057354(n) for n > 7.
G.f.: x^4*(4 - 4*x^5 + x^7 + x^9)/((x^4 + x^3 + x^2 + x + 1)*(x - 1)^2). - Stefano Spezia, Feb 05 2022
Showing 1-1 of 1 results.