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.

A006671 Edge-distinguishing chromatic number of cycle with n nodes.

Original entry on oeis.org

3, 3, 3, 3, 4, 4, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 13, 13
Offset: 3

Views

Author

Keywords

Comments

The minimum number of colors which can be assigned to the vertices of the cycle such that each edge e=uv in the cycle is assigned a different "color" {c(u),c(v)}. - Sean A. Irvine, Jun 14 2017

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Formula

If either r is odd, and r^2 - 2*r + 1 < 2*n <= r^2 + r, or r is even, and r^2 - r < 2 * n <= r^2, then a(n) = r [From Al-Wahabi, et al.].

Extensions

More terms and title improved by Sean A. Irvine, Jun 14 2017