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.

A103139 Woolbright sequence: the maximum number of kings on an n X n chessboard such that every single king is attacking a number of other kings that is smaller or equal to the number of empty spaces around it.

Original entry on oeis.org

1, 2, 6, 9, 15, 22, 28, 39, 49, 59, 73
Offset: 1

Views

Author

Eugen J. Ionascu, Mar 17 2005

Keywords

Comments

Lower bounds for terms following 59 are as follows: 73, 86, 102, 117, 136, 153, 173, 195, 216, 239, 266, 289, 318, 345, 375, 405, 438, 471, 504, 540, 576, 614, 654, 693, 735, 777, ...

Examples

			a(3)=6. Indeed, on a 3 X 3 chessboard one can arrange six kings on two side columns to satisfy the requirement. It is not possible to arrange seven kings since the center has to be empty and then at least one of the squares in the middle of the sides must have a king on it, which requires at least three empty spaces around, and that is impossible.
		

References

  • Bernardo Recamán, The Bogotá Puzzles, Dover Publications, 2020, p. 19.

Formula

a(n) = n^2 - gamma_{1/2}(n) = approx floor(3*(n^2+1)/5). (I assume this is a lower bound? - N. J. A. Sloane)

Extensions

One more term [from the Ionascu et al. paper] from Vladeta Jovovic, Sep 17 2008