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.

A366727 2-tone chromatic number of a maximal outerplanar graph with maximum degree n.

Original entry on oeis.org

4, 6, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15
Offset: 1

Views

Author

Allan Bickle, Oct 17 2023

Keywords

Comments

The 2-tone chromatic number of a graph G is the smallest number of colors for which G has a coloring where every vertex has two distinct colors, no adjacent vertices have a common color, and no pair of vertices at distance 2 have two common colors.
a(n) is also the 2-tone chromatic number of a fan with n+1 vertices.

Examples

			The fan with 11 vertices has a path colored 12-34-15-23-45-13-24-35-14-25 joined to a vertex colored 67, so a(10) = 7.
		

Crossrefs

Cf. A350361 (trees), A350362 (cycles), A350715 (wheels), A366728 (cycle squared).
Cf. A003057, A351120 (pair coloring).

Formula

a(n) = ceiling(sqrt(2*n + 1/4) + 5/2) for n > 6.